body
{
    font-size: x-small;
    color: #696969;
    font-family: Verdana, Tahoma, Arial;
    background-color: #708090;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

p
{
   font-size: x-small;
}

.RightText
{
    text-align: right;
    
}

.LeftText
{
    text-align: left;
}
.SmallText
{
    font-size: xx-small;
}

h2
{
    font-size: x-small;
    color: #708090;
    font-weight: bold;
}

h3
{
    font-size: x-small;
    color: #4682b4;
}
ul, ol
{
   font-size: x-small;
}