BODY 

A {
	text-decoration: none;
	color: orange;
}
A:Hover {
	text-decoration: underline;
	color: red;
}
