A {
	text-decoration: none;
	color: #FFFF00;
}

A:Hover {
	text-decoration: underline;
	color: red;
}
