﻿body {
	background-color:#9900CC;
	}
h2 {
	color:gray;
	margin:2px;
	}
div.Container {
	width:844px;
	border:3px black solid;
	border-radius:20px;
	}
div#Quickulation, div#AnswerDiv {
	margin:auto;
	border:1px silver solid;
	border-radius:10px;
	width:800px;
	height:100px;
	background-color:#FFFFCC;
	padding:0px;
	margin-bottom:10px;
}
div#Quickulation {
	height:200px;
	}
div#Quickulation p, div#AnswerDiv p{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:50px;
	text-align:center;
	color:black;
	margin-top:20px;
	}
.Button {
	width:110px;
	height:40px;
	font-size:22px;
	color:gray;
	margin-left:10px;
	margin-right:10px;
}
div.Options {
	padding: 2px;
	text-align:center;
}
div.Options select {
	font-size:22px;
	color:gray;
	font-family:"Comic Sans MS";
	margin-left:10px;
	margin-right:10px;
}
div.QSpace {
	width:385px;
	height:200px;
	background-color:white;
	border:1px silver solid;
	float:left;
	margin:5px;
	}
div.QSpace p, span.Spanny{
	margin:8px;
	color:black;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:22px;
	}
span.Spanny{
	margin-left:50px;
	}
img.tick {
	border:0px;
	width:34px;
	height:31px;
}
img.cross {
	border:0px;
	width:26px;
	height:32px;
}
#Trophybutton {
	visibility: hidden;
	background-color:red;
	color:white;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	}
textarea {
	overflow:auto;
	margin-left:10px;
	color:silver;
}
.i {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin-left:3px;
}
#HelpTable {
	border:3px black solid;
}
#HelpTable h2, #HelpTable p{
	color:black
}
#HelpTable td {
	vertical-align:top;
	padding:10px;
	width:740px;
	background-color:white;
	margin:auto;
}	
	