 
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 0px;
  font-weight : normal;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  font-size : 16px;
}
A{
  color : blue;
  text-decoration : none;
  font-weight : normal;
  font-size : 18px;
}
A:LINK{
  color : blue;
  text-decoration : none;
  font-size : 16px;
}
A:VISITED{
  color : blue;
  text-decoration : none;
  font-size : 16px;
}
A:HOVER{
  color : white;
  background-color : blue;
  text-decoration : none;
  font-size : 16px;
}
A:ACTIVE{
  color : white;
  background-color : red;
  text-decoration : none;
  font-size : 16px;
}
FORM{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
}
