@charset "utf-8";
/* CSS Document */

a.nav:link {
	color: #064800;
	text-decoration: none;
}
a.nav:visited {
	color: #064800;
	text-decoration: none;
}
a.nav:hover {
	color: #064800;
	text-decoration: underline;
}
a.nav:active {
	color: #064800;
}

a.external:link {
	color: #064800;
	font-size: 18pt;
	font-weight: bold;
}
a.external:visited {color: #894f7b; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #003399; }
a.external:active {color: red; } 

.links {
	color: #064800;
}
