div.letterSpacer {
	width: 70px;
	float: left;
	background-color: #E2E0E0;
	height: 70px;
}

.letter {
	float: left;
	width: 70px;
	font-weight: bold;
	font-size: 40pt;
	text-align: center;
	height: 70px;
	line-height: 70px;
	background-color: #E2E0E0;
}
