body {
	font-family: Georgia,Tahoma,Verdana;
	color: black;
	font-size: 12px;
}

a {
	color: #990000;
    text-decoration: none;

}

.cryptogram {
	float: none;
	display: table;
}

.letter {
	float: left;
	width: 20px;
	height: 80px;
	margin: 1px;
	white-space: nowrap;	
}

.word {
	float: left;
	margin-right: 23px;
	margin-top: 0px;
	white-space: nowrap;
}

.jumble {
	float: left;
	margin-right: 30px;
	margin-bottom: 14px;
	white-space: nowrap;
}

.buttons {
	float: left;
	margin: 10px;
	padding: 2px;
	white-space: nowrap;
}

.letterbox_top {
	border: 0px;
	width: 18px;
	height: 20px;
	font-family: Trebuchet,Tahoma,Verdana;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	border-bottom: 1px black solid;	
	text-align: center;
	padding-top: 2px;
	background-color: #ffffff;	
	color: black;	
	font-weight: bold;
}

.letterbox {
	border: 0px;
	width: 18px;
	height: 24px;
	font-family: Trebuchet,Tahoma,Verdana;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	border: 1px black solid;	
	text-align: center;
	padding-top: 2px;
	background-color: #ffffff;	
	color: black;	
	font-weight: bold;
}

.letterbox_on {
	border: 0px;
	width: 18px;
	height: 24px;
	font-family: Trebuchet,Tahoma,Verdana;
	text-transform: uppercase;
	font-weight: bold;	
	font-size: 14px;
	margin: 0px;
	border: 1px black solid;	
	text-align: center;
	padding-top: 2px;
	background-color: #FFD3ED;
	color: black;
}

.cletter {
	font-family: Trebuchet,Tahoma,Verdana;
	font-size: 14px;
	font-weight: bold;
}

.symbol {
	font-family: Trebuchet,Tahoma,Verdana;
	font-size: 14px;
	padding-top: 3px;
}


h1 {
	font-size: 38px;
	line-height: 45px;
}