h3 {
	margin-top: 36px;
	margin-bottom: 12px;
}

p {
	margin-bottom: 12px;
}

ul.disc {
	list-style-type: disc;
	padding-left: 40px;
	margin-bottom: 12px;
}

ul.disc li, ol.letter li {
	color: #444;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 0.9em;
}

ol.letter {
	list-style-type: lower-alpha;
	padding-left: 40px;
	margin-bottom: 12px;
}