a:link, a:visited
{
	color: #56737E;
	background: transparent;
	text-decoration: none;
        font-weight: bold; 
}

a:active, a:hover
{
	color: black;
	background: transparent;
	text-decoration: underline;
        font-weight: bold; 
}