A {
	text-decoration: underline;
	color : blue;

	font-size: 12.5pt;
	font-weight: bold;
}

A.pass
	{
	text-decoration: underline;
	color : red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}
	
A.blueLink
	{
	text-decoration: underline;
	color : blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}

A:HOVER {
	color : red;
}


