a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}
font {
	font-family: Arial, Helvetica;

}
a:hover {
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #FF3333;
	text-decoration: underline;
}
table
  {
    font-family: Arial, Helvetica;
 }