html
	{
	width:100%;
	height:100%;
	}
body
	{
	width:100%;
	height:100%;
	background:lightgray;
	background: -webkit-linear-gradient(white, lightgray) fixed; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, lightgray) fixed; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, lightgray) fixed; /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, lightgray) fixed; /* Standard syntax (must be last) */
	}
#probDiv
	{
	position:absolute;
	font:25px comic sans ms;
	border-style:inset;
	border-width:5px;
	border-color:gray;
	padding:5px;
	}
#ansDiv
	{
	position:absolute;
	padding:5px;
	border:inset 5px gray;
	font:20px comic sans ms;
	}
#termCount,#maxValue
	{
	text-align:center;
	}
#choiceDiv
	{
	position:absolute;
	border:inset 5px gray;
	padding:2px;
	}
.ansBox
	{
	text-align:center;
	font-size:20px;
	}
#txtRight
	{
	background:#5BF043;
	}
#txtWrong
	{
	background:#F64747;
	}
#txtBlank
	{
	background:#F2F46B;
	}