body {
  font-size: 12pt;
  font-family: book antiqua,verdana,helvetica,arial,sans-serif;
  color:#000000;
  background-color:#eeeedd;
}

tr.quizHeader {
  background-color:purple;
}

tr.quizFooter {
  background-color:purple;
}

.nextButton {
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
}

.quizTitle 
{
	color: white;
	font-weight: bold;
}

.quizLabel
{
	color: white;
	font-weight: bold;
}

.quizData
{
	color: white;
}

.quizQuestion
{
}

.quizAnswer
{
}

.errorMsg
{
}

.respHeader
{
	text-align: center;
}

.respCorrect
{
	color: Green;
	font-weight: bold;
}
	
.respIncorrect
{
	color: Red;
	font-weight: bold;
}

.respYouAnswered
{
	color: Purple;
	font-weight: bold;
}

.respTitle 
{
	color: green;
	font-weight: bold;
	font-size: medium;
}

.respLabel
{
	color: blank;
	font-weight: bold;
}

.respData
{
	color: blue;
}

.respBreakdown
{
	color: Purple;
	font-weight: bold;
	font-size: medium;
}


.respQuestion
{
	color: #000000;
}

.respAnswer
{
	color: blue;
}

