body {
	background-color: #99FFFF;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

hr {
	height: 3px;
	background-color: #0000ff;
	border: 1px #0000ff;
}

p {
	margin-top: 0px;
	margin-bottom: 2px;
	text-indent: 25pt;
}

h2 {
	color: #880000;
	font-size: 22px;
	text-align: center;
}

img {
	border: none;	
}

ul {
	margin: 18px;
}

#container {
	width: 740px;
	margin: auto;
	padding: 30px;
	border:  1px solid #880000;
	background-color: white;
}

#preText, #result {
	min-height: 44px;
}

#resultText.right {
	color: green;
	font-weight: bold;
}

#resultText.wrong {
	color: red;
	font-weight: bold;
}

#resultStats {
	color: #6600FF;	
}

#question {
	font-size: 20px;
	font-weight: bold;
	text-indent: 25pt;
	margin-bottom: 10px;
}

.pronunciation {
	font-weight: normal;
}

#explanation, #educate_link {
	text-indent: 25pt;
	clear: both;
	margin-bottom: 20px;
}

#questionStats {
	text-indent: 25pt;
	font-style: italic;
	clear: both;
}

#answers ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-indent: -1em;
	margin-left:160px;
	vertical-align: middle;
}

#image {
	float: left;
	margin-left: 180px;
	margin-right: 40px;
	margin-bottom: 20px;
	min-height: 80px;
}

#answers a {
	text-decoration: none;
	color: #000000;
}

#answers a:hover {
	font-style: italic;
	font-weight: bold;
}

#answers .choice {
	color: red;
}

#answers .correct {
	color: green;
	font-weight: bold;
}

#nextQuestion, #scoreboardLink {
	float: right;
	clear: both;
	margin-bottom: 6px;
}


#siteInfo {
	color: #880000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#moreText {
	clear: both;
}

.catRow {
	float: left;
	width: 44%;
	padding: 10px 20px;
}

.subcategories .catRow {
	float: none;
}

.categoryLink {
	display: block;
	margin-bottom: 4px;
}

.categoryPaging {
	text-align: center;
}

.linkBack {
	text-align: center;
}

div.disabled {
	color: #ddd;
	display: inline;
}

.bold {
	font-weight: bold;
}

.scoreset {
	margin-bottom: 20px;
}

.scoreLabel {
	font-weight: bold;
}

.scoreNumbers {
	display: inline;
	margin-left: 10px;
	color: green;
}

.subcategoryScore {
	padding-left: 40px;
}

#categoryName {
	padding-right: 18px;
}

#relevelForm {
	display: inline;
}
