a:link {
	color: #3c4b02;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #3D4339;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}