@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html,body{
	height: 100%;
	background-color: #121212;
	}

.style1 {
	text-align: left;
	padding: 0px 0px 3px 40px;
}

.style2 {
	font-family: Arial, Times, serif, Tahoma;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	text-align:left;
	padding: 0px 0px 3px 45px;
}

.style3 {
	font-family: Arial, Times, serif, Tahoma;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	text-align:left;
	padding: 0px 0px 15px 45px;
}

.style20 {
	font-family: Arial, Times, serif, Tahoma;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	text-align:left;
	padding: 0px 0px 10px 40px;
}
.style2 a:link {color: #C00000; text-decoration: none}     /* unvisited link */
.style2 a:visited {color: #C00000; text-decoration: none}  /* visited link */
.style2 a:hover {color: #000000; text-decoration: underline}   /* mouse over link */
.style2 a:active {color: #C00000; text-decoration: none}   /* selected link */