#story ol, #story ul {
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#story ol {
	list-style: decimal;
}

#story ul {
	list-style: disc;
}

#story ol li, #story ul li {
	margin-bottom: 0.5em;
}


