BODY { background-color: black;
       margin: 0;
      }

H1 { font-family: Arial, Helvetica, sans-serif;
     color: white;
     font-size: 14pt;
     font-weight:normal;
    }     
    
TR { font-size: 11px; 
     font-weight:normal;
     font-family: Arial;
     color: white;
    }
     
a {	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: yellow;
	text-decoration: none;
  }
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}                  