body {
	background: #FFFFFF;
	padding: 20px;
}

#chapter {
	width: 600px;
	align: left;
	font-family: Courier New, Verdana, Arial, helvetica, sans-serif;
	color: #606060;
	font-size: 12px;
	font-weight: medium;
	text-align: left;
}

#chapter span.paragraph {
	display: block;
	margin-top: 10px;
	text-align: justify;
}

#chapter span.title {
	margin-top: 20px;
	margin-bottom: 5px;
	display: block;
}

#chapter a:link, a:visited {
	text-decoration: none;
	color: #606060;
}

#chapter a:hover {
	text-decoration: underline;
	color: #606060;
}
  
