a:link {
	color: #006633;
	text-decoration: none;
}

a:visited {
	color: #006633;
	text-decoration: none;
}

a:hover {
	color: #006633;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}


