a:hover {
	color: blue;
}

a {
	color: darkblue;
	text-decoration: none;
}

a:visited  {
	color: darkblue;
	text-decoration: none;
}
