A:link, A:active {
	text-decoration : none; 
	color : #10759B; 
	background : transparent;
	font-size: 13px;
	Font-Weight: bold;
} 

A:visited {
	text-decoration : none; 
	color : #10759B; 
	background : transparent;
	font-size: 13px;
	Font-Weight: bold;
} 

A:hover {
	text-decoration : underline; 
	color : #E93F11; 
	background : transparent;
	Font-Weight: bold;
	font-size: 13px;
}

