A{
 
 text-decoration : none;
 

  

  
  cursor : auto;
  
  

  color : fuchsia;
}
A:HOVER{
 color : #ff00ff;
 text-decoration : none;
  cursor : auto;
}
H1{
  font-size : 9pt;
  color : white;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  font-weight : bold;
}
H2{
  font-size : 8pt;
  font-weight : normal;
  color : gray;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 0px;
}
H3{
  font-size : 12px;
  font-weight : bold;
  color : #999999;
  text-decoration : none;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
BODY{
  font-size : 12px;
  color : #4b4b4b;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-weight : normal;
  text-decoration : none;
}
FONT{
  font-size : 10pt;
}

