.warning	{ color: red; font-weight: bold; }
.pageNumber	{ color: red; font-weight: bold; font-size: smaller; }
.timeLimit  { font-weight: bold; font-size: smaller; }
.question   { margin: 5px; }
.feedback	{ color: #090962; }
BODY	{ margin: 0px; font-family: Arial, Helvetica, sans-serif; color: #090962; }
a {
    font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	color: #860037;
	text-decoration: underline;
}

a:hover {
font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	color: #090962;
	text-decoration: underline;
}
