.styleQuestions {
	color: #0B8040;
	font-family: "Arial";
	font-size: 18px;
	font-weight: bold;
}
.styleTableHeader {
	color: #0B8040;
	font-family: "Arial";
	font-size: 23px;
	font-weight: bold;
}
.styleTableBody {
	color: #0B8040;
	font-family: "Arial";
	font-size: 21px;
}
.styleTableBodyBitSmaller {
	color: #0B8040;
	font-family: "Arial";
	font-size: 20px;
}
.styleCaption {color: #0B8040; font-family: "Arial"; font-size: 12px; }
.styleFooter {
	color: #0B8040;
	font-family: "Arial";
	font-size: 14px;
}
.styleLinksNoUnderline {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #0B8040;
}
A:link {
	text-decoration: none
}
A:hover {
	color: orange
}
#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
html { overflow-y: scroll; }
