@import url("base.css");

#content h3
{
	border-bottom: 1px solid #738f9a;
	color: #738f9a;
}

#content img
{
	border: 1px solid #000;
	float: left;
	margin: 0 1em 1em 0;
}

#content hr { clear: both; }

#content ol ol
{
	list-style-type: upper-alpha;
	margin-bottom: 1em;
}

#content ol li { margin-bottom: 0.5em; }