BODY{
  color : gray;
  background-color : white;
  
}
A{
  text-decoration : none;
  color : gray;
  background-color : white;
  font-size : 10pt;
  
}
A:LINK{
  color : gray;
  background-color : white;
  text-decoration : none;
  font-size : 10pt;
}
A:VISITED{
  color : #666666;
  text-decoration : none;
  font-size : 10pt;
}
A:HOVER{
  font-weight : bolder;
  color : blue;
  background-color : #ffffff;
  text-decoration : none;
  font-size : 10pt;
}
