a, a:link, a:active, a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #A04D23;
	text-decoration: underline;
}