BODY{background-color:#006633; }

.quizQuestion
{
	
        font-family		: Arial, Helvetica,sans-serif;
	font-size			: 12pt;
	font-weight		: bold;
	color				: white;
}
.quizRightWrong
{
	font-family		: Arial, Helvetica,sans-serif;
	font-size			: 14pt;
	font-weight		: bold;
	color				: orange;
}
.quizText
{
	font-family		: Arial, Helvetica,sans-serif;
	font-size			: 12pt;
	color				: white;
}
.quizAnswers
{
	font-family		: Arial, Helvetica,sans-serif;
	font-size			: 12pt;
	font-weight		: bold;
	color				: white;
}
.quizIndent
{
	font-family		: Arial, Helvetica,sans-serif;
	font-size			: 10pt;
	color				: white;
	margin-left: 12pt; 
}
