a {
	background-color: inherit;
	color: #0000ff;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 1em;
}

#afwpagewidth {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* "text-align: left" was added to #afwpagewidth because, in order to center the page in IE, "text-align: center" had to be added to the body attributes.  And #afwpagewidth would have inherited that trait resulting in all paragraphs centered. */

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

fieldset {
	border: 0;
}

h3 {
	background-color: #0000ff;
	border-bottom: solid #000000 1px;
	color: #ffffff;
	padding: 4px;
	width: 500px;
}

img {
	border: 0;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin-top: 15px;
}

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

table {
	background-color: #cccccc;
	color: #000000;
	empty-cells: hide;
	font-size: 10pt;
}

td {
	border: solid #000000 1px;
	text-align: center;
	width: 180px;
}

td p {
	margin: 0px;
}

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

li.correct_answer, p.correct_answer {
	background-color: #0000ff;
	color: #000000;
}

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

p.comment {
	font-style: italic;
}

p.question {
	font-weight: bold;
}

span.answer {
	color: #cc0000;
	text-decoration: underline;
}

td.incorrect_answer {
	background-color: #cc0000;
	color: #ffffff;
}

td.question {
	text-align: left;
}