body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #3399FF;
	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;
text-align:center;
}
h1 {
	font-size: 2.6em;
	text-align: center;
}
#msgBox {
	font-size:1.3em;
	color: red;
	font-weight: bold;
}
table {
margin: 0 auto;
}
#wordBox {
font-size:2.0em;
font-weight:bold;
line-height:1.5em;
padding-right: 2em;
letter-spacing: 4px;
}
h3 {
	letter-spacing: 0;
	font-size:.8em;
	color: red;
	font-weight: bold;
margin:0;
}
.found {
	color:#3399FF;
}
#puzzleBox {
	border: 10px red groove;
	padding:10px;
	font-size:2.4em;
	font-weight:bold;
	cursor:default;
	color:black;
}
#puzzleBox td {
	padding: 0;
	width:64px;
	height:56px;
}
.studPick, #wordBox {
	color: black;
}
.studPick {
	background-color: yellow;
}
.studCorrect {
	background-image: url("littleClapping.gif");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: white;
}
.crossOut {
	text-decoration: line-through;
	color:#3399FF;
}
button {
	font-size:1em;
	font-weight:bold;
	color: white;
	background-color:#3399FF;
	border: #3399FF 5px outset;
	margin:12px;
	padding:5px;
}
p {
margin-top:0px;
margin-bottom:10px;
}
#msgBox, #rightBox, #leftBox, button, #bottomBox {
	display: none;
}
#rightBox, #leftBox {
width:160px;
position:absolute;
top:0px;
font-size:.9em;
color:#3399FF;
}
#leftBox {
left:0px;
}
#rightBox {
left:898px;
}