body
{
    background-color: #eeeeee;
    color: #440000;
    font-family: Tahoma;
}

h2
{
    color: #999966;
}

a
{
    color: #000057;
    text-decoration: underline;
}

    a:hover
    {
        color: #000057;
        background-color: #DEDEBE;
    }

    a:active
    {
        font-style: italic;
    }

#logo {
    width: 133px;
    height: 144px;
}
