ol li {
	display: list-item;
	list-style-type: decimal;
	margin-left: 24px;
	text-align: left;
}

ul li {
	list-style-type: none;
}
