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

table {
margin-left:160px;
border: thin green solid;
}
#wordBox {
	position: absolute;
	left: 180px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	width: 120px;
	color:black;
	border: thin yellow solid;
	padding: 8px;
}
.found {
	color:red;
}
.studPick {
	background-color: yellow;
}
#puzzleBox {
font-size:2.3em;
font-weight:bold;
cursor:default;
}
#puzzleBox td {
width:42px;
height:36px;
}

.crossOut {
	text-decoration: line-through;
	color:red;
}
button {
	font-size:1em;
	font-weight:bold;
	color: yellow;
	background-color:green;
	border: yellow 4px outset;
	margin:8px;
	padding:5px;
}
#rightBox, #leftBox, #bottomBox, button, #msgBox {
	display: none;
}
p {
margin-top:0px;
margin-bottom:10px;
}
#rightBox, #leftBox {
width:160px;
position:absolute;
top:0px;
font-size:.9em;
}
#leftBox {
left:0px;
}
#rightBox {
left:898px;
}