body 
{
    background-color: Gray;
    color: #003399;font-family:serif
}

#Left
{
    text-align: right;
    font-size: x-large;
    Left: 10px;
    width: 300px;
    line-height: 50px;
    position: absolute;
    height: 100px;
}

#Right 
{
    float: right; 
    position: absolute;
    right: 20px; 
}

a
{
    color: #003399;
}