The list-style-type property specifies the type of list-item marker, and is used if list-style-image is none or if image loading is turned off.
disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none
ol { list-style-type: lower-roman }