a:link, a:visited, a:active  {
	text-decoration : none;
	color : Blue;
}

a:hover  {
	text-decoration : none;
	font : bold;
}

