.decimal-list { list-style-type: decimal; }
.decimal-zero-list { list-style-type: decimal-leading-zero; }
.upper-alpha-list { list-style-type: upper-alpha; }
.lower-alpha-list { list-style-type: lower-alpha; }
.upper-roman-list { list-style-type: upper-roman; }
.lower-roman-list { list-style-type: lower-roman; }