* {
	font:12pt Verdana, arial, sans-serif;
	text-shadow: 5px 2px 4px #AAA;
}

a:link, a:visited, a:active {
	color:gray;
 	font-size:8pt;
	text-decoration:none;
}

b {font-weight:bold;}

html, body{
	background: rgba(0, 0, 0, .3);
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.parent {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center; 
	left: 0;
	overflow: auto;   
	position: fixed;
	top: 0;
	width: 100%;
}

.block {
	background: white;
	border: 1px solid #A1A1A1;
	border-radius: 5px;
	box-shadow: 0 0 10px #444;
	padding:32px;
	text-align:center;
	width:600px;
}

#Author{
	color:gray;
 	font-size:8pt;
	padding-top:32px;
	text-align: center;
}

#TSlogo{
 	font-size:9pt;
	letter-spacing:5px;
	padding-bottom:32px;
	text-align:center;
}

#TStext{
	color:#903030;
 	font-size:1.05em;
	letter-spacing:2px;
}

#WelcomeText{
	line-height: 3.5;
	padding-bottom:32px;
	text-align:center;
}

#StandartVer, #ExtendedVer{
	cursor:pointer;
	height:40px;
	letter-spacing:3px;
	min-width:250px;
	width:75%;
}
