
BODY{
  line-height : 150%;
}
H2{
  font-family : "ＭＳ ゴシック";
  font-weight : bold;
  color : white;
  font-size : large;
  line-height : 150%;
  background-color : #007339;
  text-align : center;
}
H3{
  font-size : medium;
  font-family : "ＭＳ ゴシック";
  font-weight : bolder;
  color : white;
  
  text-align : left;
  line-height : 150%;
  
  

  background-color : blue;
  
  
  
  
  text-indent : 0px;
}
H4{
  font-size : medium;
  font-weight : bold;
  
  
  text-align : left;
  font-family : "ＭＳ ゴシック";
  line-height : 150%;
}
H1{
  font-size : large;
  font-family : "ＭＳ ゴシック";
  font-weight : bold;
  line-height : 150%;
  color : white;
  background-color : gray;
  text-align : center;
}
TD{
  line-height : 150%;
  
  
  
  
}
A:HOVER{
  font-weight : 700;
  background-color : yellow;
}
A{
  text-decoration : none;
}
