BODY{
  color : #CCCCCC;
  
  
  background-attachment : scroll;
  background-image : url(water2.gif);
}
H1{
  color: #FFFFFF;
  background-color: #3399FF;
  background-image : url(water1.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #FFFFFF;
  background-color: #3399FF;
  background-image : url(water1.gif);
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #FFFFFF;
  background-color: #3399FF;
  background-image : url(water1.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
P{
	color : #0000ff;
	font-size: 12px;

}
A{
  color : #ff8000;
  text-decoration : none;
  font-weight : normal;
}
A:VISITED{
  color : #ff8000;
  
  font-weight : bold;
}
A:HOVER{
  color : #ffaa55;
  text-decoration: underline;
  
}
A:ACTIVE{
  
  text-decoration: underline;
  font-weight : bold;
}
UL{
  color: #0099FF;
  list-style-image : url(l_water1.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFFF;
  background-color: #3399FF;
}
