﻿body 
{
    background-color: white; font-family: Verdana; font-size: small;
}

.left
{
    border: solid 1px #222;
    width: 200px;
    background-color: White;
    float: left;
    padding: 5px;
}

.main
{
    position: absolute;
    left: 225px;
    padding: 5px;
    width: auto;
    background-color:White;
    border: solid 1px #222;
}

a.link {
    font-weight: normal;
    color: Gray;
    font-family: Arial;
    text-decoration: none;
}

a:hover.link {
    font-weight: normal;
    color: #0F3B00;
    font-family: Arial;
    text-decoration: underline;
}