.quiz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6E216F;
	background-color: #EAE7EB;
	letter-spacing: normal;
	word-spacing: normal;
	border: thin none #EAE7EB;
}
.quizbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6E216F;
	background-color: #EAE7EB;
	letter-spacing: normal;
	word-spacing: normal;
	border: thin none #EAE7EB;
}
.quizred {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	background-color: #EAE7EB;
	letter-spacing: normal;
	word-spacing: normal;
	border: thin none #EAE7EB;
}

