a:link {
	color: #006633;
}

a:visited {
  color: #339900;
}

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

a:active {
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
