table.toc {
	margin-bottom: 40px;
	margin-top: 20px;
}

td.chapter {
	width: 70px;
	height: 70px;
	background-color: #e4f6ff;
	font: 40pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
}

.chapter a {
	text-decoration: none;
	color: #000;
}

.chapter a:hover {
	color: #1064bb;
}

td.text {
	vertical-align: top;
	padding-left: 20px;
}

.text a {
	text-decoration: none;
	color: #1064bb;
}

.text a:hover {
	text-decoration: underline;
}

.text h3 {
	font: 18pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}