  
TD{
  font-size : 14px;
  line-height : 19px;
  letter-spacing : 1pt;
}
H1{
  font-size : xx-small;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-weight : normal;
}
H2{
  font-size : xx-small;
  font-weight : normal;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  
  background-color : black;
  
}
H3{
  font-size : xx-small;
  font-weight : normal;
  color : #3c3c3c;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
STRONG{
  font-weight : normal;
}
H4{
  font-size : xx-small;
  font-weight : normal;
  color : gray;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}
A{
  color : white;
  text-decoration : none;
}
A:HOVER{
  color : red;
}
