

A {
	text-decoration: underline;
	color: Blue;
	font-weight: bold;
}

A:Hover {
	text-decoration: none;
	color: Green;
	font-weight: bold;
}

