a {
	background-color: inherit;
	color: #669999;
}

/*body {
	background-color: #99cccc;
	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: maroon;
	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; */
	background-color: #8CA8E6;
	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; */
	background-color: #FF9800;
	color: #000000;
}

td.question {
	width: 300px;
}

th {
	/*background-color: #003399; */
	background-color: gray; 
	border: solid #000000 1px;
	color: #ffffff;
	text-align: center;
	width: 150px;
}

th.question {
	width: 300px;
}

