div.new {
	width: 480px;
	margin: auto;
	line-height: 140%;
	padding: 10px;
	border: medium dotted #993300;
}
div.main {
	padding: 5px;
	margin: 10px;
	width: 550px;
	line-height: 125%;
	font-size: smaller;
}
h2 {
	color: #003333;
	text-indent: 15px;
}
h3 {
	color: #FB7D00;
	text-indent: 10px;
}
.book {
	color: #6666FF;
}
p.note {
	color: #339966;
	text-decoration: underline;
	text-indent: 15px;
}
