<style>
a {
	text-decoration: underline;
	color: Green;
}
a:hover {
	text-decoration: underline;
	color: Red;
}
a:visited {
	text-decoration: underline;
	color: Purple;
}
</style>