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

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 40px;
}
body, td, th {
	color: #000;
}
a:link {
	color: #EEBF31;
	text-decoration: none;
	font-size: .8em;
}
a:visited {
	text-decoration: none;
	color: #CB2229;
}
a:hover {
	text-decoration: underline;
	color: #00ABEB;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #404040;
}
