body
{
    background-color: #fff;
    color: #000;
    font-family: arial, helvetica, sans-serif;
}

h1
{
    font-size: 130%;
}

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

a:hover
{
    background-color: #eee;
}

table
{
    border-collapse: collapse;
    border: 1px solid black;
    font-size: 85%;
}

th,
td
{
    border: 1px solid black;
    padding: 5px;
    vertical-align: top;
    text-align: left;
}

th
{
    background-color: #ccc;
}

.footer
{
    margin-top: 20px;
    font-size: 90%;
    font-style: italic;
}

.summary
{
    color: #666;
    font-size: 90%;
}

.url
{
    color: #070;
    font-size: 90%;
}

.snippet
{
    font-size: 90%;
}
