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

body {
	background-color: #000000;
	color: #A7C7CB;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin-left: 20pt;
	width: 800px;
	}

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

fieldset {
	border: 0;
}

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

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

p.question {
	font-weight: bold;
}

table {
	border: solid #1b9190 2px;
	background-color: #052743;
	color: #99FFFF;
	empty-cells: hide;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}

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

td.incorrect_answer {
	background-color: #4521b9;
	color: #99FFFF;
}

td.question {
	width: 300px;
}

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

th.question {
	width: 300px;
}

.return { font-size:16px; color:#FF0000;}