
BODY{
  font-size : x-small;
  font-weight : normal;
  margin-top : 0px;
  margin-left : 0px;
  margin-bottom : 50px;
  font-family : "MS UI Gothic";
  color : #666666;
}
H1{
  font-size : x-small;
  font-weight : normal;
  padding : 0px;
  margin : 0px;
  color : black;
}
H2{
  font-size : x-small;
  font-weight : normal;
  padding : 0px;
  margin : 0px;
  color : black;
}
H3{
  font-size : x-small;
  font-weight : normal;
  padding : 0px;
  margin : 0px;
  color : black;
}
H4{
  font-size : x-small;
  font-weight : normal;
  padding : 0px;
  margin : 0px;
}
STRONG{
  font-size : x-small;
  font-weight : normal;
  padding : 0px;
  margin : 0px;
}
A:HOVER{
  font-weight : 500;
  color : #ff6600;
  text-decoration : none;
  position : relative;
  left : 1px;
  top :  1px;
}
A:ACTIVE{
  color : red;
  text-decoration : underline;
}
A{
  text-decoration : underline;
  color : blue;
  
}
TABLE{
  font-family : "MS UI Gothic";
}
