
a:link {
	font-family : Arial, Helvetica, sans-serif;
	color: red ;
	font-size : 10pt;
	text-decoration : none;
	font: bold;
}
a:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: red;
	font-size : 10pt;
	text-decoration : none;
	font: bold;
}

a:active {
	color: Black;
	font-style: italic;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : underline;
	font: bold;
}
a:hover{
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	font: bold;
}
