BODY{
 background-image : url(image/bg.gif);
 background-attachment : fixed;
}
TH{
 font-size : 12px;
 font-weight : bold;
 color : #FFFFFF;
 background-color : #000099;
}
TD{
 font-size : 13px;
 color : #000000;
}
H1{
 font-size : 16px;
 text-align : center;
  color : #FFFFFF;
  background-color : #990000;
}
 H2{
 font-size : 14px;
 text-align : center;
}
P{ 
 font-size : 13px;
}
A:LINK{
 color : #0000CC;
 text-decoration : underline;
}
A:VISITED{
 color : #006699;
 text-decoration : underline;
}
A:HOVER{
 color : #CC0000;
}
A:ACTIVE{
 color : #CC0000;
}
HR{
 color : #0000CC;
 width : 600px;
}
.navi{
 font-size : 12px;
 font-weight : bold;
 color : #FFFFFF;
 text-decoration : none;
}
.title{
 font-size : 16px;
 font-weight : bold;
 color : #FFFFFF;
}
.mtitle{
 font-size : 13px;
 font-weight : bold;
 color : #FFFFFF;
}
.bold{
  font-weight : bold;
}
.small{
 font-size : 10px;
 color : #999999;
}
.list{
 font-size : 12px;
 color : #FFFFFF;
 background-color : 000099;
 text-align : center;
}
