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

a:visited {
	color: black;
	text-decoration: none;
}

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

a:active {
	text-decoration: none;
	color: black;	
	font-weight:bold;
	font-stretch:wider;
}


