a:link {
	color: #00400C;
	text-decoration: underline;
	
}

a:visited {
  color: #001804;
}

a:hover {
	text-decoration: none;
	color: #006600;
}

a:active {
	color: #006323;
}
a.nav{
	color: #00480D;
	padding: 2px;
	text-decoration: none;
	font-size: x-small;
}
a.nav:link {
	color: #00480D;
	padding: 2px;
	text-decoration: none;
	font-size: x-small;
}

a.nav:visited {
	color: #00480D;
	padding: 2px;
	text-decoration: none;
	font-size: x-small;
}

a.nav:hover {
	color: #FFFF99;
	padding: 2px;
	text-decoration: none;
	font-size: x-small;
}
.copyrighttext {
	font-size: small;
	color: #00400C;
}
