/* CSS Document */

a:link { font-family: 'arial'; font-size:10px; color:#CCCCCC; font-weight: none; text-decoration:underline; } 
a:visited { font-family: 'arial'; font-size:10px; color:#CCCCCC; font-weight: none; text-decoration:underline; } 
a:hover { font-family: 'arial'; font-size:10px; background-color:#990000; color:#FFFFFF; font-weight: none; text-decoration:underline; }

a.copyright:link { font-family: 'arial'; font-size:10px; color:#CCCCCC; font-weight: none; text-decoration:underline; } 
a.copyright:visited { font-family: 'arial'; font-size:10px; color:#CCCCCC; font-weight: none; text-decoration:underline; } 
a.copyright:hover { font-family: 'arial'; font-size:10px; background-color:#990000; color:#FFFFFF; font-weight: none; text-decoration:underline; }

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

body,td,th {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.copyright {
	color:#FFFFFF;
	font-size:10px;
}
