A:link	{	
	text-decoration:	none;
	color:	#5E4E46;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#5E4E46;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#5E4E46;
	}	
		
A:hover
{
	color: #A28679;
	text-decoration: none;
}