  
BODY{
  font-size : x-small;
  
  margin-top : 0px;
  margin-left : 0px;
}
H1{
  font-size : x-small;
  font-family : "MS UI Gothic";
  font-weight : normal;
  color : black;
  
}
H2{
  font-size : x-small;
  font-weight : normal;
  color : black;
}
H3{
  font-size : x-small;
  color : black;
  font-weight : bold;
}
A:HOVER{
  color : red;
  text-decoration : none;
  position : relative;
  left : 1px;
  top :  1px;
}
}
TABLE{
  font-size : x-small;
  font-weight : normal;
  color : black;
}
A{
  color : #004040;
}