
A:link    
{ 
  text-decoration : none;
  color           : #f0f0ff;
}
   
A:visited 
{ 
  text-decoration : none; 
  color           : #f0f0ff;
}

A:active  
{ 
  text-decoration : none;
  color           : #cccc66;
} 
   
A:hover   
{ 
  text-decoration : underline; 
  color           : #cccc66;
}

body
{
  color            : #d0d0d0;
  background-color : #000000;
}


.menu
{
  font-size: 8pt;
  font-family: sans;
  margin : 0px;
  padding : 0px
  width : 160px;
  clear: both;
  float: right;
}

span.menu
{
  margin : 0px;
  padding : 0px
}
