﻿body
{
    font-weight: bold;
    font-size: medium;
    color: black;
    font-family: 'Times New Roman' , Monospace;
    list-style-type: decimal;
    background-color: #ffff99;
}
UL LI
{
    list-style-type: none;
    position: absolute;
    text-align: center;
}
