 
H1{
  font-size : 13px;
  color : white;
  text-decoration : none;
  font-weight : normal;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-bottom : 0px;
}
H2{
  margin-bottom : 0px;
  color : white;
  background-repeat : inherit;
  font-size : 16px;
  margin-top : 2px;
}
BODY{
  
  background-repeat : repeat-x;
  background-color : white;
  font-size : 13px;
}
TD{
  font-size : 13px;
  line-height : 16px;
  margin-top : 4px;
  margin-left : 4px;
  margin-right : 4px;
  margin-bottom : 4px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
A:visited{
  text-decoration : none;
  color : #00006a;
}
A{
  text-decoration : none;
}
A:hover{
  color : aqua;
}
