@charset "utf-8";
/* CSS Document */

.quizHeader1 {
	font-size: x-large;
	font-weight: bold;
}
.quizHeader2 {
	font-size: large;
	font-weight: bold;
}
.quizHeader3 {
	font-size: medium;
	font-weight: bold;
}
.quizBody {
	font-size: medium;
}
.quizSmall {
	font-size: small;
}
.quizVerySmall {
	font-size: x-small;
}

