ul {
    list-style-type: decimal;
}
ul ul {
    list-style-type: upper-alpha;
}
ul ul ul {
    list-style-type: upper-roman;
}