A {
	color: #000000;
}	
A:link {  
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:active {
	text-decoration: none;
	font-weight: bold;
}
