a {
	background-color: inherit;
	color: #8E9466;
}

a:hover {

	text-decoration: none;
}

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

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


fieldset {
	border: 0px none;
}

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 0px;
	background-color: #ffffff;
	color: #000000;
	empty-cells: hide;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}

td {
	border: solid #000000 0px;
}

td.incorrect_answer {
	background-color: #C00000;
	color: #ffffff;
	text-align: center;
}

td.correct_answer {
	background-color: #00C000;
	color: #ffffff;
	text-align: center;
}

td.question {
	width: 300px;
}

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

th.question {
	width: 300px;
}
