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