﻿
OL
{
    list-style-type: upper-roman;
}
OL OL
{
    list-style-type: decimal;
}
UL
{
    list-style-type: square;
}
UL UL
{
    list-style-type: disc;
} 


