@charset "utf-8";
.background {
	background-attachment: fixed;
	background-color: #1c3213;
	background-position: 0px 0px;
}
	 
	 
.nounderline {
	text-decoration: none;
	color: #669999;
	font-weight: bold;
	}
	 
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #339900;
	
}	 
	 
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #fdfc94;
	color:#339900;
	
}

a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #339900;
	
}

