body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: black;
	text-align:center;
	margin:0 auto;
	background-color:white;
}
#container {
position:relative;
margin:auto;
width:1056px;
}
#mainContent{
margin:auto;
width:728px;
top:0px;
left:0px;
background-color: white;
text-align:center;
}
h1 {
	font-size: 2.6em;
	font-family: serif;
}
#msgBox {
	color: yellow;
}
table {
margin: 0 auto;
}
#wordBox {
font-size:1.3em;
font-weight:bold;
line-height:1.5em;
color:black;
}
.found {
	color:#3366FF;
}
#puzzleBox {
font-size:2.4em;
font-family: serif;
font-weight:bold;
cursor:default;
color:black;
}
#puzzleBox td {
width:42px;
height:36px;
}
.studPick, #wordBox {
	color: black;
}
.crossOut {
	text-decoration: line-through;
	color:#3366FF;
}

button, #rightBox, #leftBox, #msgBox, #bottomBox {
	display: none;
}
