The list-style-type specifies the type of list-item marker in a list.
list-style-type: value;
ul.circle {list-style-type: circle;} ul.square {list-style-type: square;} ol.upper-roman {list-style-type: upper-roman;} ol.lower-alpha {list-style-type: lower-alpha;}