body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: purple;
	text-align:center;
	margin:0 auto;
	background-color:white;
}
#container {
position:relative;
margin:auto;
width:1056px;
}
#mainContent{
margin:auto;
width:728px;
top:0px;
left:162px;

border: thin black solid;
text-align:center;
}
h1, h2 {
	color: #00aaff;
	margin-bottom:0;
}
#msgBox {
	margin-left:200px;
	color: purple;
}
table {
margin-left:240px;
}
#wordBox {
	position: absolute;
	left: 223px;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;
	width: 120px;
	color: black;
}
.found {
	color:purple;
}
.studPick {
	background-color: purple;
}
#puzzleBox {
font-size:2.4em;
font-family: serif;
font-weight:bold;
cursor:default;
color: black;
}
#puzzleBox td {
width:42px;
height:36px;
}

.crossOut {
	text-decoration: line-through;
	color:purple;
}
button {
	font-size:1em;
	font-weight:bold;
	color: white;
	background-color:#00aaff;
	border: #00aaff 5px outset;
	margin:12px;
	padding:5px;
}
p {
margin-top:0px;
margin-bottom:10px;
}
#rightBox, #leftBox, button, #msgBox, #bottomBox {
	display: none;
}
#rightBox, #leftBox {
width:160px;
position:absolute;
top:0px;
font-size:.9em;
color:#3366FF;
}
#leftBox {
left:0px;
}
#rightBox {
left:898px;
}