body 
 {
  background-color: 000000;
	color: ffffff;
	font-size: 10pt; 
	font-family: Arial;
	background-position: center top;
	font-weight: bold;
 }

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

img 
 {
  border: 0;
 }
 
a.nav
 {
  color: 000000;
	text-decoration: none;
 }

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

a
 {
  color: 0000ff;
	text-decoration: none;
 }

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