/* CSS Document */

body {
    background-image: url(images/watbkgnd.gif);
	margin: -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003333;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	}
h4 {
	font-size: 13px;
  	}	
hr {
	color: #003333;
}
li {
	list-style-image: url(images/star_bullet.gif);
	}
#news a:link {
	color: #CCCCFF;
	text-decoration: underline;
	}
#news a:visited {
	color: #009999;
	text-decoration: underline;
	}
#news a:hover {
	color: #99FFCC;
	text-decoration: none;
	}			
	
a:link {
	color: #003333;
	text-decoration: underline;
	}
a:visited {
	color: #006666;
	text-decoration: underline;
	}
a:hover {
	color: #003399;
	text-decoration: none;
	}			
