BODY{
  background-color : whitesmoke;
  color : #434343;
  font-family : sans-serif;
  font-weight : bold;
  font-size : 12pt;
  margin: 30px
}
H1{
  font-size : 18pt;
  font-wight : bold;
}
H2{
  font-size : 16pt;
}
H3{
  font-size : 12pt;
}
A:LINK{
  color : #333333;
}
A:VISITED{
  color : #333333;
}
A:HOVER{
  color : #434343;
  background-color: silver;
}
A:ACTIVE{
  color : #434343;
}
TABLE{
  font-family : HGGothicE,"MS Gothic",Osaka,sans-serif; 
  font-size : 12pt;
}
UL{
margin: 0px 2px 3px 20px;
padding: 0px 0px 2px 10px;
}
LI{
margin-top:5px;
margin-bottom:5px;
}