BODY{
  color: #0099FF;
  
  background-image : url(w7b.gif);
  background-attachment : fixed;
}
H1{
  color: #FFFFFF;
  
  background-image : url(water1.gif);
  text-align: center;
  
  
  
  
  font-size : 130%;
  font-weight : bold;
  
  
  letter-spacing : 1.5ex;
  padding-top : 4px;
  padding-left : 4px;
  padding-right : 4px;
  padding-bottom : 4px;
}
H2{
  color: #FFFFFF;
  
  background-image : url(water1.gif);
  text-align: center;
  
  
  
  
  font-size : 110%;
  font-weight : bold;
  letter-spacing : 1.2ex;
  
  margin-left : 2%;
  margin-right : 2%;
}
H3{
  color: #FFFFFF;
  
  background-image : url(water1.gif);
  text-align: center;
  
  
  
  
  font-size : 100%;
  
  letter-spacing : 1.2ex;
  
background-position : center center;
  margin-left : 5%;
  margin-right : 5%;
}
HR{
  color: #3399FF;
  height: 3px;
}
P{
  color: #0099FF;
  line-height : 1.2;
}
A{
  color : gray;
  text-decoration: underline;
}
A:VISITED{
  color : silver;
  text-decoration: underline;
}
A:HOVER{
  color : gray;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  
  text-decoration: underline;
}
UL{
  color: #0099FF;
  list-style-image : url(l_water1.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFFF;
  background-color: #3399FF;
}
TD{
  color: #3399FF;
  background-color: #FFFFFF;
}