 
H1{
  font-size : 10pt;
  font-weight : normal;
}
A{
  font-size : 10pt;
  color : blue;
  
  text-decoration : none;
}
TABLE{
  font-size : 10pt;
  font-weight : normal;
}
TD{
  font-size : 10pt;
  font-weight : normal;
}
BODY{
  font-size : 10pt;
  font-weight : normal;
  margin-top : 0px;
  top : 0px;
}
A:hover{
  font-size : 10pt;
  color : blue;
  text-decoration : underline;
}
UL{
  margin-top : 3px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

