#content, #content h2, #content p, #content ul, #content li {
	padding:0;
	margin:0;
	list-style:none;
	border:none;
}
#content {
	width:640px;
	margin:0 auto;
	text-align:left;
	font-size:0.9em;
	line-height:130%;
}
#content h2 {
	margin:20px 0;
}
#content div {
	margin-bottom:10px;
}
.indent {
	text-indent:-1.5em;
	margin-left:1.5em;
}
.red {
	color:#CC0000;
	font-weight:bold;
}
