a {
	text-decoration: none;
}

a:visited {
	color: blue;
}

a:hover {
	text-decoration: underline;
}
