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

body {
	background-color: #000000;
}
body,td,th {
	color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer {
	font-size: 0.7em;
}

.nav	{
	font-size: 0.7em;
}

a:link	{ 
	color:#99CCFF; text-decoration: none;
}

a:visited	{ 
	color:#99CCFF; text-decoration: none;
} 

a:hover	{ 
	color: #FFFF33; text-decoration: none;
}