 
H1{
  font-weight : bolder;
  color : gray;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : black;
  
  
  
  
  text-indent : 6px;
  word-spacing : 3px;
  font-size : 42px;
  text-decoration : none;
}
H2{
  border-bottom-width : 1px;
  border-bottom-style : inset;
  border-bottom-color : black;
  text-indent : 10px;
  border-left-width : 1px;
  border-left-style : double;
  border-left-color : black;
  word-spacing : 3px;
}
H3{
  text-indent : 20pt;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : gray;
}
A:VISITED {font-size : 12pt; text-decoration : underline; color : #9e8727;}
A:ACTIVE  {font-size : 12pt; text-decoration:none; color:#6080e0 ;}
A:HOVER   {font-size : 12pt; text-decoration:underline; color:#6080e0; }
BODY,TR,TD { font-size : 12pt; background-color: #ffffff;
  
  color : #6080e0;
  background-image : url(../img/yukiho_bg.jpg);
  background-attachment : fixed;
  background-repeat : no-repeat;
background-position : 580px;}
  
}
TD{border-width : 1px 1px 1px 1px;border-style : dotted dotted dotted dotted;border-color : navy navy navy navy;}
A{
  color : #9e8727;
  font-weight : bolder;
}
HR{
  color : #6080e0;
}
