/* navigation links */
.Nav { 
	color: black;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, helvetica, impact, sans-serif 
	}

.NavCurrent {
	color: #0080FF;
	font-weight: bold;
	font-size: 12pt;
	font-family: arial, helvetica, impact, sans-serif 
	}

/* background image */
.BackgroundImage { 
	background-image: url(/images/lighthouseBig.gif);
	background-repeat: no-repeat; 
	background-position: center; 
	}

/* old styles */
A:link {text-decoration: none}
A:visited{text-decoration:none}
A:active{text-decoration:none}


