body {
background: black url(http://mathsstarters.net/images/crissXcross.png);
color: white;
font-family: arial, sans-serif;
font-size: 160%;
text-align: center;
margin: 0;
}
#container {
width: 700px;
margin: 0 auto;
padding: 0;
text-align: left;
}
#contentbox {
color: white;
background: black;
padding: 0.5em 1.5em;
border: 3px solid #F30E02;
box-shadow: 6px 6px 4px rgba(0,0,0,0.5);
}
h1 {
text-align: center;
margin: 0.2em 0 0 0;
font-weight: bold;
text-shadow: 2px 2px 2px #F30E02,2px -2px 2px #F30E02,-2px 2px 2px #F30E02,-2px -2px 2px #F30E02;
font-family: Impact, Charcoal, sans-serif;
text-transform: uppercase;
letter-spacing: 0.2em;
}
h2 {
margin: 0.2em 0 0 0;
}
ul {
margin: 0.2em 0 0.2em 0;
}
#menubox {
font-size: 90%;
min-height: 6em;
}
#menubox p {
margin: 10px 0 0 0;
color: #FBB7B4;
}
#menubox a {
text-decoration: none;
margin-left: -6px;
padding-left: 5px;
}
#menubox a:hover {
border-left: 3px solid #FBB7B4;
}
a {
color: white;
}
div.clearer {
position: absolute;
top: 600px;
bottom: 600px;
}
.clear {
clear:both;
}
#mstopline {
background: #B60A01;
width: 700px;
margin: 0 auto;
font-size: 70%;
text-align: left;
font-weight: bold;
}
#mstopline a {
padding: 2px 0 2px 10px;
text-decoration: none;
}
#mstopline a:hover {
text-decoration: underline;
}




div.questionline {
padding: 0.1em 0;
clear: both;
}
#controls {
clear:both;
}
#footer {
font-size: 11px;
text-align: center;
color: #ccc;
margin: 2em 0.5em;
}
p.subtitle {
margin: 0 0 0.2em 0 ;
font-size: 70%;
text-align: center;
color: #ccc;
font-style: italic;
}
#instructions p {
margin: 0;
padding: 0.3em 0;
}
#showqs {
font-size: 60%;
vertical-align: middle;
}
#showqs p {
margin: 0;
}
.tip {
font-size: 10px;
clear:both;
padding-top: 20px;
}
td {
	min-width: 100px;
	height: 1.2em;
	font-size: 2em;
	text-align: center;
	border: 1px solid white;
padding: 10px;
font-family: times, "times new roman", serif;
/*	background: #014DAD;*/
}
span.question {
	display: block;
	font-size: 2.8em;
	text-align: center;
	border: 4px solid white;
/*	background: #00B47D;*/
	margin: 0 0.3em;
	font-family: times, "times new roman", serif;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #FBB7B4;
	padding: 0.1em;
}
#questions {
margin: 1em 0;
display: none;
min-height: 8em;
border: 1px solid black;
}
#quiz, #check, #controls {
	display: none;
}
.check {
padding-right: 1em;
font-size: 90%;
}
table {
border-spacing: 10px;
margin: 0 auto;
vertical-align: center;
}
#go {
font-size: 130%;
}
#check span {
font-family: times, "times new roman", serif;
font-weight: normal;
}
.anshighlight {
color: #FBB7B4;
font-weight: bold;
}
#check {
background: black;
padding: 10px;
color: white;
}
#loading {
display:none;
height: 300px;
text-align: center;
}
#loading img {
padding-top: 100px;
}
.small {font-size: 0.60em;}
button {
margin: 5px 5px 5px 0;
}
#leftbuttons {
float:left;
margin-top: 20px;
}
#rightbuttons {
float:right;
margin-top: 20px;
}
#go {
color: green;
}
.sub {
margin-left: 2em !important;
}