body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:center;
	color: black;
	margin: auto;
	background-color:white;
}
#container {
position:relative;
margin:auto;
width:1056px;
}
#mainContent{
margin:auto;
width:728px;
top:40px;
left:162px;
text-align:center;
}
h3 {
	color: magenta;
}
img {
	vertical-align: middle;
}
table {
margin: 30px auto;
border: 16px magenta groove;
}
#wordBox, button, #rightBox, #leftBox, #bottomBox {
	display: none;
}

.found {
	color:magenta;
}
.studPick {
	background-color: magenta;
}
#puzzleBox {
font-size:2.0em;
font-weight:bold;
cursor:default;
}
#puzzleBox td {
width:36px;
height:28px;
}

.crossOut {
	text-decoration: line-through;
	color:magenta;
}

button {
	font-size:1em;
	font-weight:bold;
	color: white;
	background-color:darkturquoise;
	border: magenta 6px groove;
	margin:8px;
	padding:5px;
}

#rightBox, #leftBox {
width:160px;
position:absolute;
top:0px;
font-size:.9em;
}
#leftBox {
left:0px;
}
#rightBox {
left:898px;
}