﻿body
{
}
#left
{
    width: 23%;
    clear: both;
    float: left;
    height: 350px;
}
#right:
{
    width: 74%;
    float: right;
    height: 350px;
}
.text
{
    font-size: 85%;
    font-family: Courier New, Serif;
    padding-left: 8px;
    padding-right: 12px;
}
h1
{
    font-size: 150%;
    color: Black;
    font-weight: bold;
    font-family: Courier New, Serif;
}

h3
{
    color: Black;
    font-weight: bold;
    font-family: Courier New, Serif;
}
