a:link {
	font-family : Verdana;
	color: #00244A;
	font-size : 10pt;
	text-decoration : none;
	font: bold;
}
a:visited {
	font-family : Verdana;
	color: #00244A;
	font-size : 10pt;
	text-decoration : none;
	font: bold;
}

a:active {
	color: red;
	font-style: italic;
	font-family : Verdana;
	font-size : 10pt;
	text-decoration : none;
	font: bold;
}
a:hover{
	color: #FF9A00;
	font-family : Verdana;
	font-size : 10pt;
	text-decoration : none;
	font: bold;
}
