#dyccontent ol li {
	list-style-type: upper-alpha;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}


ol li:not(:last-child) {
	margin-bottom: 20px;
}