<!--

a {	font-family : Arial, Helvetica, sans-serife; color:#0B0FB5; font-size:15px; text-decoration:none; font-weight:bold;
	}
A:link {
	text-decoration: none;
	color: #0B0FB5;
	background-color : transparent;
}
 
A:visited {
	color: #0B0FB5;
	text-decoration : none;
	background-color : transparent;
}
A:active {
	color: grey;
	text-decoration : none;
	background-color : transparent;
}
 
A:hover {
	text-decoration: none;
	color: #C61C1C;
	background-color : transparent;
}
-->