
A:link
{
	color: #fff1d7;
	font-weight:normal;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
color:	white;
  font-weight:normal;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:hover
{
	color: yellow;
	text-decoration: none;
}
