a:link {
	color: black;
	text-decoration: none;
	font-weight:bold
}

a:visited {
	color: black;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: black;
	font-weight:bold;
	text-decoration: underline;	
}


