a {
	background-color: inherit;
	color: #669999;
}

body {
	background-color: #FBFBEF;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

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

fieldset {
	border: 0;
}

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

li.correct_answer, p.correct_answer {
	background-color: green;
}

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

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

p.hint {
	background-color: #cccccc;
	color: #000000;
	width: 400px;
}

p.question {
	font-weight: bold;
}

table {
	border: solid #000000 2px;
	background-color: #6699cc;
	color: #000000;
	empty-cells: hide;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}

td {
	border: solid #000000 1px;
	width: 180px;
}

td.incorrect_answer {
	background-color: #006699;
	color: #000000;
}

td.question {
	width: 300px;
}

th {
	background-color: #669999;
	border: solid #000000 1px;
	color: #ffffff;
	text-align: center;
	width: 150px;
}

th.question {
	width: 300px;
}