caption {
	font-size: 16pt;
	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 #000000 2px;
	/*background-color: #6699cc;*/
	color: #000000;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}

td {
	/*border: solid #000000 1px;*/
	/*width: 180px;*/
	border-bottom:1px solid #EEEEEE;
}

td.incorrect_answer {
	/*background-color: #006699;*/
	color:#990000;
}

td.question {
	width: 200px;
	font-weight:bold;
}

th {
	background-color: #003300;
	/*border: solid #000000 1px;*/
	color:#FFFFFF;
	text-align: center;
	font-size:12pt;
}

th.question {
	width: 200px;
	
}

.correct {
	font-size:16pt;
	font-weight:bold;
	color:#006600;
	margin-top:10px;
	line-height:1.25em;
}

.incorrect {
	font-size:16pt;
	font-weight:bold;
	color:#990000;
	line-height:1.25em;
}

tr {
	background-color:#EAFFE7;
}

tr.incorrect_answer {
	background-color:#FFECE9;
}

table img {
	border:1px solid #CCCCCC;
}

.switchQuiz {
	margin-left:auto;
	margin-right:auto;
	padding:0.5em;
	background-color:#EAFFE7;
	
}