body {
	font-family: sans-serif;
	font-size:100%;
	color:fuchsia;
	background-color:white;
	text-align:center;
	margin:0 auto;
}
#container {
position:relative;
margin:auto;
width:1024px;
text-align: center;
}

#mainContent {
	position: absolute;
	left: 40px;
	margin: auto;
	width:680px;

}
h1 {
	padding-bottom:10px;
	padding-top:10px;
	margin-top:0;
color:white;
	background-color: lawngreen;
}
#crypt, #joke, #msgBox {
	font-weight: bold;
	font-size:1.1em;
}
#crypt, .greenText, .filled {
	color:fuchsia ;
}
#crypt, #cryptKey, .blank {
	color:deepskyblue;
}
table{
margin:auto;
}
#cryptKey td {
border:solid thin #CCCCCC;
height:15px;
width:15px;
}
#fillIn {
cursor:default;
}
input {
	width:1.1em;
	height:1.1em;
	text-align: center;
	border: none;
	margin-left:0;
	margin-right:0;
	cursor: default;
}
.filled, .blank, .highLit, input{
font-size:1.7em;
font-weight:bold;
}

.highLit {
background-color:#FFFF00;
}
button {
margin:5px;
border-style:outset;
border-color:lawngreen ;
color:white;
background-color:lawngreen ;
font-size: 1em;
}
#jokePool, button, #msgBox, #leftBox, #rightBox, #bottomBox {
	display: none;
}