a  { text-decoration: none; }
a:hover          {
	color: orange;
	text-decoration: none;
}

