BODY{
  color: #000066;
  
  
  background-repeat : repeat;
  background-attachment : scroll;
}
H1{
  color: #FFFFFF;
  background-color: #003399;
  
  border-top-color: #000066;
  border-right-color: #000066;
  border-bottom-color: #000066;
  border-left-color: #000066;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  background-image : url(../image/005.JPG);
  text-align : center;
}
H2{
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  background-image : url(../image/002.JPG);
  background-repeat : repeat;
  width : 100%;
  background-attachment : scroll;

  

  text-align : center;
  color : black;
}
H3{
  color: #FFFFFF;
  background-color: #003399;
  
  
  
  
  
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  
  border-top-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 0px;
  background-image : url(../image/009.JPG);
}
HR{
  color: #000066;
  height: 3px;
}
P{
  color: #000066;
}
A{
  color: #3399FF;
  text-decoration: underline;
}
A:VISITED{
  color : blue;
  text-decoration: underline;
}
A:HOVER{
  color : #008000;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color : red;
  text-decoration: underline;
}
UL{
  color: #009999;
  list-style-image : url(l_b12.gif);
  list-style-position: outside;
}
UL UL{
  list-style-image : url(l_b12a.gif);
}
OL{
  list-style-type : upper-alpha;
}
OL OL{
  list-style-type : lower-alpha;
}
TH{
  color: #FFFFFF;
  background-color: #003399;
}
TD{
  color: #000066;
  background-color: #FFFFFF;
}