ul {
    list-style-type: decimal;
}
ul.subList {
    list-style-type: lower-alpha;
}