/* CSS Document */

OL {
list-style-type: upper-alpha;
font-weight: bold;
}

OL OL {
list-style-type: decimal;
font-weight: normal;
}

OL OL OL {
list-style-type: lower-alpha;
font-weight: normal;
}

OL OL OL OL {
list-style-type: lower-roman;
font-weight: normal;
}

LI.none {
list-style-type: none;
font-weight: normal;
}