﻿body
{
}

/***
* #mainBody: Selects the items with the id="mainBody", sets all display parameters.
***/
#mainBody {
    width: 720px;
    height: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12pt;
    text-align: left;
    float: left;
    color: #000000;
}
