body {
	margin: 0px;
	background-color: #000000;
}
.mainbody{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #979797;
	background-color: #2A2A2A;
}
.area2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B1B1B1;
	background-color: #353535;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #979797;
	background-color: #464646;
}
a:link {
	text-decoration: none;
	color: #FFC600;
}
a:visited {
	text-decoration: none;
	color: #FFC600;
}
a:active {
	text-decoration: none;
	color: #FFC600;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}

