TD{
  font-size : 9pt;
  color : #000066;
}
H1{
  font-size : 9pt;
  font-weight : normal;
  color : #666666;
}
H2{
  font-size : 21pt;
  font-weight : bold;
  color : #ff6600;
  width : 740px;
  height : 40px;
  position : absoulte;
  filter : Dropshadow(color=#ffcc99,offx=2,offy=2,positive=1);
}
H3{
  font-size : 13pt;
  font-weight : bold;
  text-decoration : underline;
  color : #990066;
}
.hline{
  height : 5px;
  font-size : 1pt;
  background-image : url(images/line-h01.gif);
}
.vline{
  width : 4px;
  font-size : 1pt;
  background-image : url(images/line-v01.gif);
}
A{
  color : white;
  text-decoration: none;
}
A.nomal{
  color : #0000cc;
  text-decoration : underline;
}
A.nomal:HOVER{
  color : #cc0000;
  text-decoration: underline;
}
A.base{
  font-size : 7.5pt;
  color : blue;
  text-decoration: none;
}
A:HOVER{
  text-decoration: underline overline;
}
.tokka{
  font-size : 30pt;
  font-family : Impact;
  color : #ff0000;
  width : 150px;
  height : 30px;
  position : absoulte;
  filter : Dropshadow(color=#660000,offx=2,offy=2,positive=1);
  
}
.blink {
  text-decoration: blink ;
  behavior: url(./blink.htc);
}
SPAN.top{
  width : 1px;
  visibility : hidden;
}