#hangmanWord {
	float: right;
	padding: 170px 0px 0px 0px;
	width: 400px;
	height: 230px;
	text-align: center;
}
.letterBox {
	margin: 0px 2px;
	padding: 0px 1px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #777;
	font-size: 45px;
	line-height: 36px;
	font-family: Courier New;
	font-weight: bold;
	text-align: center;
}
.letterBoxSmall {
	font-size: 30px !important;
	line-height: 25px !important;
}
#letterList {
	margin: 20px auto 0px;
	width: 300px;
	font-family: Courier New;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
.letter {
	padding: 0px 2px;
	cursor: default;
}
#hangmanMisguessed {
	position: absolute;
	margin: 325px 0px 0px 90px;
	font-family: Courier New;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 4px;
}
#hangmanPicture {
	float: left;
	width: 340px;
	height: 400px;
}
#definitionLink {
	color: #3177cd;
}
