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

A:hover
{
	text-decoration : underline;
}