body 
 {
  background-color: 000000;
	color: ffffff;
	background-image: url("/img/background.jpg");
	font-size: 10pt; 
	font-family: Arial;
	font-weight: bold;
 }

table 
 {
  font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
 }

img 
 {
  border: 0;
 }
 
a.nav
 {
  color: ffffff;
	text-decoration: none;
	font-weight: bold;
 }

a:visited.nav
 {
  color: ffffff;
	text-decoration: none;
	font-weight: bold;
 }
 
a:active.nav
 {
  color: ff0000;
	text-decoration: none;
	font-weight: bold;
 }
 
a:hover.nav
 {
  color: ff0000;
	text-decoration: underline;
	font-weight: bold;
 }
 

a
 {
  color: ff0000;
	text-decoration: none;
 }

a:visited
 {
  color: 993333;
	text-decoration: none;
 }
 
a:active
 {
  color: 00ff00;
	text-decoration: none;
 }
 
a:hover
 {
  color: 00ff00;
	text-decoration: underline;
 }
 
.red
 {
  color: ff0000;
 }