 
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  
  

  background-color : #f7f7f7;
  color : #333333;
}BASEFONT{
  margin-top : 4px;
  margin-left : 4px;
  margin-right : 4px;
  margin-bottom : 4px;
  
  
  line-height : 2;
}
H1{
  font-size : 12px;
}
H2{
  font-size : 12px;
}
A:LINK{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : #ff8000;
  text-decoration : underline overline;
}
A:VISITED{
  color : navy;
  text-decoration : none;
}
A:ACTIVE{
  color : red;
  text-decoration : underline overline;
}
