a {	
	color: #2c5438;	
	font-weight: 700;
	text-decoration: none;
}

a:hover, a:active {
	color: #83253f;	
	font-weight: 750;
	text-decoration: none;
}

a:visited {
	color: #2c5438;	
	font-weight: 700;
	text-decoration: none;
}
	
body {	
	color: #2c5438;
	background-color: #ffffff; 
}