a
{ 
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #555555;
	text-decoration: underline;
	font-weight: normal;
}
a:link 
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #555555;
	text-decoration: underline;
	font-weight: normal;
}
a:visited 
{ 
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #555555;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: #222222;
	text-decoration: underline;
	font-weight: normal;
}

.head
{
	font: 200% Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #666666;
	text-align: center;	
	color: #FFFFFF;
	vertical-align: middle;
}

.main
{
	font: 200% Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;	
}
 
text {
	font: 100% Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
}

.question, td {
	font: 90% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

tr.glow:hover
{
	background-color:#FFFFFF;
} 

td.glow:hover
{
	background-color:#BBBBFF;
}

.evilsun {
	background: url("sun.png") no-repeat top left;
	text-align: center;
}

.footer {
	font: 90% Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: smaller;
	font-weight: normal;
	color: #BBBBBB;
}
