body
{
    background-color: #fff;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    padding: 20px;
    padding-top: 10px;
}

a
{
    color: #009;
    text-decoration: underline;
}

h1
{
    font-size: 130%;
    border-bottom: 1px solid black;
    width: 600px;
}

.url
{
    color: green;
}

th
{
    text-align: left;
    font-weight: normal;
    font-size: 90%;
}

.footer
{
    border-top: 1px solid black;
    font-size: 90%;
    width: 600px;
    margin-top: 40px;
}

.footer a
{
    color: #000;
}
