.txtBox ol {
	margin-left:25px;
}
.txtBox ol li{
	list-style: decimal;
}

.txtBox ul {
	margin-left:20px;
}
.txtBox ul li{
	list-style: disc;
}