a {
	color: brown;
	text-decoration: none;
}

a:hover {
	color: gray;
}

h1 {
	font-family: Liberation, serif;
	color: #8b0000;
	font-weight: bold;
	font-size: 26px;
}

h2 {
	font-family: Liberation, serif;
	color: #8b0000;
	font-weight: bold;
	font-size: 24px;
}

h3 {
	font-family: Liberation, serif;
	color: #8b0000;
	font-weight: bold;
	font-size: 22px;
}

p {
	font-family: Liberation, serif;
	color: #8b0000;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: -15px;
}

td {
	color: #8b0000;
	padding-left: 5px;
	vertical-align: top;
	text-align: center;
}

.toc {
	font-size: 22px;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}