#story {
	border-bottom: 1px solid #111;
	padding: 10px;
}

#grid {
	float: left;
	padding-right: 30px;
}

.clue {
	cursor: hand;
}

.clueUnderlined {
	text-decoration: underline;
	cursor: hand;
}
.clueCrossed {
	text-decoration: line-through;
	cursor: hand;
}

.breaker {
	clear: both;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid black;
	padding: 1px;
}

td.blank {
	border-width: 0px;
	width: 1px;
	height: 1px;
	padding: 0px;
}
