body 
{
   background-color:#000000;
}
    
p 
{
   text-align: left; 
   text-indent: 8pt;
   color: white; 
   font-family: Courier New
}
 
p.head 
{
   text-align: left;
   font-family: Courier New;
   weight: bold;
   color: white;
   font-size: 125%;
}
 
a:link 
{
   color:#AAAAAA;
   font-family: Courier New;
   text-decoration: none;
}
a:hover 
{
   color:#FFFFFF;
   font-family: Courier New;
   text-decoration: underline;
}
 
a:visited 
{
   color:#AAAAAA;
   font-family: Courier New;
   text-decoration: none;
}
 
a:active 
{
   color:#FFFFFF;
   font-family: Courier New;
   text-decoration: none;
}
 
table
{
 	border-collapse: collapse;
}
 
