 
BODY{
  font-family : serif;
  line-height : 27px;
  word-spacing : 6px;
  letter-spacing : -1px;
  margin-top : 15px;
  margin-left : 80px;
  margin-right : 80px;
  margin-bottom : 31px;
  font-size : 14px;
}
A{
  text-decoration : none;
}
A:LINK{
  color : black;
}
A:VISITED{
  color : gray;
}
A:HOVER{
  color : red;
}
A:ACTIVE{
  color : aqua;
}
