FONT.normal {
	font-family: Arial;
	color: Black;
	font-size : 12;
	text-decoration : none;
	font-weight: normal;
	}
	

FONT.white {
	font-family: Arial;
	color: white;
	font-size : 12;
	text-decoration : none;
	font-weight: normal;
	}


FONT.yellow {
	font-family: Arial;
	color: #FFFFCC;
	font-size : 12;
	text-decoration : none;
	font-weight: normal;
	}
	
A.normal {
	font-family: Arial;
	color: #0000C4;
	font-size : 12;
	text-decoration : none;
	font-weight: bold;
	}

	A.normal:active {
	font-family: Arial;
	color: #0000C4;
	font-size : 12;
	text-decoration : none;
	font-weight: bold;
	}

	A.normal:visited {
	font-family: Arial;
	color: #0000C4;
	font-size : 12;
	text-decoration : none;
	font-weight: bold;
	}

	A.normal:hover {
	font-family: Arial;
	color: #990000;
	font-size : 12;
	text-decoration : none;
	font-weight: bold;
	}
