A:link, A:active, A:visited {
	text-decoration: none;
	height: 1px;
	color: #FC9200; 
	background-color: #FFFFFF;
	filter: progid:dximagetransform.microsoft.gradientwipe(duration=1);
	behavior: url(gradientwipe.htc);
}

A:hover {
	text-decoration: underline;
	height: 1px;
	color: #89491F;
	background-color: #F9B98F;
	filter: progid:dximagetransform.microsoft.gradientwipe(duration=1);
	behavior: url(gradientwipe.htc);
	cursor: hand;
}

