BODY{
  background-image : url(../bg_images/10bg_yama1.jpg);
  background-attachment : fixed;
  font-size : 16px;
  line-height: 120%;
}
P{
  color: #000000;
}
A{
  color : maroon;
  text-decoration: none;
}
A:VISITED{
  color : purple;
  text-decoration: none;
}
A:HOVER{
  color : blue;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration: none;
}
TH{
  color : navy;
  font-family : "‚l‚r ‚o–¾’©",serif;
  font-size : 24px;
  font-weight : bold;
  vertical-align : middle;
  text-align : center;
 }
TD{
  background-color: FloralWhite;
  color : navy;
  font-family : "‚l‚r ‚o–¾’©",serif;
  font-size : 16px;
  font-weight : normal;
  line-height: 130%;
}