 
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : 12px;
  font-family : sans-serif,"MS UI Gothic";
  color : black;
}
H1{
  font-size : 18px;
  font-family : "MS UI Gothic",sans-serif;
  color : white;
  background-color : #00cc00;
  padding-left : 10px;
  margin-top : 30px;
  border-left-width : 50px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #00cc00;
  border-bottom-color : #00cc00;
}
H2{
  font-size : 16px;
  font-family : sans-serif,"MS UI Gothic";
  color : #00cc00;
}
TD{
  font-size : 12px;
  font-family : sans-serif,"MS UI Gothic";
  color : #999999;
}
H3{
  font-size : 12px;
  font-family : sans-serif,"MS UI Gothic";
  
  background-color : #bfffbf;
  font-weight : normal;
}

A:link{color:blue;}
A:visited{color : navy;}
A:hover{background-color:yellow;}