a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #D4724F;
	position: relative; 
	right: 0px; top: 1px
}
a:active {
	text-decoration: none;
	color: #000000;
}