.page {
	table-layout: fixed;
	border-collapse: collapse;
	margin: 1em;
	width: 600px;
}

.grid td {
	width: 20%;
	border-left: 2px solid #dbcef2;
	border-right: 2px solid #dbcef2;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.grid .images td {
	border-top: 2px solid #dbcef2;
	padding-top: 5px;
}
.grid .mask {
	height: 120px;
	overflow: hidden;
}
.grid .mask img {
	width: 100%;
}
.grid .mask big {
	font-family: "Comic Sans MS", "Chalkboard";
	font-size: 50px;
	line-height: 120px;
}
.grid .labels td {
	border-bottom: 2px solid #dbcef2;
	padding-bottom: 5px;
}

.chunk {
	white-space: nowrap;
}

.phonicized, .lined {
	font-family: "Comic Sans MS", "Chalkboard";
	line-height: 150%;
}

.phonicized {
	position: relative;
	z-index: 2;
	text-align: left;
	font-size: 16pt;
}
.phonicized s {
	text-decoration: none;
	color: #808080;
}
.phonicized u.dotted {
	text-decoration: none;
	border-bottom: dotted 1px;
}

.phonicized u.double {
	border-bottom: dotted 1px;
}

.lined, .lined .phonicized {
	font-size: 18pt;
}
.lined .text {
	position: absolute;
	z-index: 2;
}
.lined .shadow {
	position: relative;
	z-index: 1;
	color: #e0e0e0;
	text-decoration: overline line-through underline;
}
