/* Programmed and CopyWrited by Larry Battle 2008 - 2009  blarry@bateru.com*/
body{
	background-color: #eeffee;
	font-size: 1.2em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left: 5em;
	position: relative;
}
fieldset{
	border: blue thin solid;
	display: none;
	float: left;
	margin-bottom: 1em;
	position: relative;
	width: 18em;
	height: 65em;
}
noscript{
	color: red;
	font-family: Verdana, sans-serif;
}
tr{
	text-align: right;
}
p{
	margin: 0.5em 0 0.5em 0;
}
#infoHere{
	display: none;
}
#startQuiz{
	margin-left: 50%;
	margin-right: auto;
}
.content{
	clear: both;
	width: 40em;
}
.reviewVoc{
	max-height: 20em;
	overflow: auto;
}