.navbtn {
	background-color: #666699;
	border: thin solid #000000;
	margin-left: 2px;
	margin-top: 8px;
	padding: 4px;
	color: #FFFFFF;
	text-decoration: underline;
	/* width: auto;
	clear: left;
	float: none; */
	position: relative;
}
.navbtnselect {
	background-color: #000000;
	padding: 4px;
	width: auto;
	float: left;
	border: thin solid #000000;
	margin-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.divider {
	margin-top: 6px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666699;
	margin-bottom: 6px;
}
.answertext
{
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	background-color : #E0E0E0;
	font-weight : bold;
}
