/* Hunterdon Sailing Club - Main CSS page *//* First created 3/26/2006 *//* Original author - Chet Ensign */
/* Heavy modification by - David Orr *//*body{color:#000000;background-color:#ffffff;font-family:arial,helvetica,sans-serif;font-size:90%;} */h1{	color:#006600;}h2{	color:#006600; }font.events {
	color:blue;
	font-weight:bold;
	font-style:italic; }/* link styles */.link { 	color:#006600;	text-decoration: underline; }

.links {
	color:#FFFFFF;
	text-decoration:underline; }
/* =em */
em {
	font-weight: bold; }

/* =li */
li {
	list-style: none;
	border: 1px dotted;
	background: CCFFFF;
	margin: 5px; }

/* placement fonts for 'winners' page */
.first {
	color:#CC9900; }

.second {
	color:#999999; }

.third {
	color:#996600; }

/*a:link {	color:#006600;	background-color:#ffffff;	text-decoration: none; }a:hover {
color:#ffffff;background-color:#006600;text-decoration: none; } a:visited {
color:#990099;background-color:#ffffff;text-decoration: none; }a:visited:hover {
color:#ffffff;background-color:#990099;text-decoration: none; }*/
