
a {
	text-decoration: none;
	color: blue;
}

a:hover	{
	text-decoration: underline;
	color: red;
}
