a {
	color: blu;
	text-decoration: none;
}

a:hover {
	color: green;
	text-decoration: underline;
}

