﻿body
{
    color: Black;
    background-color: White;
    padding: 3px;
    background-image: none;
    margin: 0px;
    text-align: left;
    font-family:Tahoma;

}

OL
{
    list-style-type: upper-roman;
}
OL OL
{
    list-style-type: decimal;
}
UL
{
    list-style-type: square;
}
UL UL
{
    list-style-type: disc;
}

