A, A:visited, A:active,A:link {
	text-decoration: none;
/*		color: blue;*/
		font-weight:bold;
}


 
A:hover {
text-decoration: underline; 
}

