body {
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	text-align:center;
	color:#C8C8C8;
	background:#000000;
	margin: 0;
	height: 100%;
}

.maintable {
	background:#C8C5C8;
	margin:10px;
	width:750px ;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	
}
#header {
	margin: 5px;
	font-size:25px;
}

.comment {
	font-size:11px;
	color:#202020;
}

#footer {
	font-size:12px;
}

.maintd {
	padding:6px;
	font-size:12px;
	background:#7F7F7F;
	color:#ffffff;
}

hr {
	color:#C8C5C8;
	height:2px;
}

.smallhr {
	color:#C8C5C8;
	height:1px;
	margin-top:3px;
	margin-bottom:3px;
}


A.mainlink:link {color:#ffffff; text-decoration:underline; font-weight: normal;}
A.mainlink:hover {color:#C8C5C8; text-decoration:underline; font-weight: normal;}
A.mainlink:active {color:#C8C5C8; text-decoration:underline; font-weight: normal;}
A.mainlink:visited {color:#ffffff; text-decoration:underline; font-weight: normal;}

A:link {color:#202020; text-decoration:none; font-weight: bold;}
A:hover {color:#C8C5C8; text-decoration:none; font-weight: bold;}
A:active {color:#C8C5C8; text-decoration:none; font-weight: bold;}
A:visited {color:#202020; text-decoration:none; font-weight: bold;}
