 
A{
  color : green;
  text-decoration : none;
}
A:LINK{
  color : green;
}
A:VISITED{
  color : #234b00;
}
A:HOVER{
  color : red;
}
BODY{
  color : black;
  background-color : white;
  line-height : 1.3;
}
TABLE{
  line-height : 1.3;
  
}
DL{
  line-height : 1.3;
}
FORM{
  line-height : 1.3;
}
