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

