<html>
<head>
<style>

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

a:hover{ text-decoration: none;
	color: gray;
	text-decoration: underline ;
}

</style>
</head>
</html> 
