body {
	font-family: helvetica,verdana,sans-serif;
	font-size: 12pt;
	line-height: 1.5;
}

#main {
	width: 600px; margin: 0 auto
}

a:link {
	color: #119eb7;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #119eb7;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #c4eafc;
	text-decoration: none;
	font-weight: bold;
}

#heading {
	font-weight: 700;
	font-size: 25pt;
	margin-top: 50px;
}

.chapter {
	margin: 0px;
}

.section {
	margin: 0px;
}

.chapter_heading {
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 18pt;
	font-weight: 700;
	font-variant: normal;
}

.section_heading {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14pt;
	font-weight: 700;
}