

caption {
	font-size: 16pt;
	margin-left: auto;
	margin-right: auto;
}

fieldset {
	border: 0;
}

h3 {
	background-color: #0000ff;
	border-bottom: solid #000000 1px;
	color: #ffffff;
	padding: 4px;
	width: 500px;
}

img {
	border: 0;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

ol ol {
	list-style-type: lower-alpha;
}



li.correct_answer, p.correct_answer {
	background-color: #0000ff;
	color: #000000;
}

li.user_answer, p.user_answer {
	background-color: #cc0000;
	color: #000000;
	text-decoration: line-through;
}

p.comment {
	font-style: italic;
}

p.question {
	font-weight: bold;
}

span.answer {
	color: #cc0000;
	text-decoration: underline;
}

td.incorrect_answer {
	background-color: #cc0000;
	color: #ffffff;
}

td.question {
	text-align: left;
}