BODY
{
    background-color: #FFFFF0;
    margin: 0px; /* reset browser margins to 0 */
    text-align: center;
    font-family: Garamond, arial, verdana, sans-serif;
    font-size: 11px;
    text-decoration: none;
}

div.menuItem A, .menuItem A:visited, .menuItem A:hover
{
    font-weight: normal;
    font-size: 20px;
    font-family: Georgia, arial, verdana, sans-serif;
    text-decoration: none;
}

DIV#Screen
{
    width: 100%;
    height: 100%;
    clear: both;
    border: solid 0px #333; /* thin silver border */
    background-color: #FFFFF0; /* sets the background color of the whole screen area - this is overwritten by the content */
}

DIV#Header
{
    width: 100%;
    height: 100%;
    background-color: #FFFFF0; /* sets the background color of the whole screen area - this is overwritten by the content */
    overflow: hidden; /* makes sure large menu items does not disturb the design */
}

DIV#Content
{
    width: 100%;
    height: 100%;
    background-color: #FFFFF0; /* sets the background color of the whole screen area - this is overwritten by the content */
    overflow: hidden; /* makes sure large menu items does not disturb the design */
}

DIV#Footer
{
    width: 100%;
    height: 100%;
    background-color: #FFFFF0; /* sets the background color of the whole screen area - this is overwritten by the content */
    overflow: hidden; /* makes sure large menu items does not disturb the design */
}