a:link {
	color: #62CD32;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #999;
	}
	
a:hover, a:active {
	background: #62CD32;
	color: #fff;
	text-decoration: none;
	}