/*
 * dailypayload.css
 *
 * Daily Payload Site-Wide Stylesheet
 * Copyright (C) 2009 by Packetizer, Inc.
 * All Rights Reserved
 *
 */

body
{
    background-color: #ffffff;
}

blockquote
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1em;
}

div.header
{
    margin-top: 0;
}

div.content
{
    margin-top: 1em;
    padding-top: 0;
}

div.header a:link
{
    text-decoration: none;
    color: #404040;
}

div.header a:visited
{
    text-decoration: none;
    color: #404040;
}

div.header a:hover
{
    text-decoration: underline;
    color: #404040;
}

