body{
margin-top:0;
background-color:#999966
}
    
    a{
  color:#ffffff;
  font-family: Arial; 
  font-weight: bold;
  text-decoration: none;
  font-size: 10pt;
  }
  
  a:visited{
  color:#ffffff;
  font-family: Arial; 
  font-weight: bold;
   text-decoration: none;
  font-size: 10pt;
  }
  
  a:hover{
  color:#000000;
  font-family: Arial; 
  font-weight: bold;
   font-size: 10pt;
 }
 
 p{
   font-size: 10pt;
   font-family: Arial; 
 }
 
  p.details{
   font-size: 10pt;
   font-family: Arial; 
   margin-left: 10px;
   margin-right: 10px;
   text-align: center;
   color: #FFFFEA;
 }