body {color: #000000; background: #ffffff}
div {border: none; margin: 1px} 
h1.logo {color: #ffffff; background: #000000; text-align: center; margin: 0px; font-size: 1000%; font-family: impact, sans-serif; font-weight: lighter}
.logo {color: #ffffff; background: #000000; text-align: left; margin: 0px; font-size: 250%; font-family: impact, sans-serif}
a:link {color: #cc0c00; text-decoration: none}
a:visited {color: #cc0c00; background: #ffdddd; text-decoration: none}
a:hover {color: #ffffff; background: #cc0c00; text-decoration: none}
a:active {color: #ffffff; background: #cc0c00; text-decoration: none}
p.logo a:link {color: #ffffff; background: #cc0c00; text-decoration: none}
p.logo a:visited {color: #ffffff; background: #000000; text-decoration: none}
p.logo a:hover {color: #ffffff; background: #cc0c00; text-decoration: none}
p.logo a:active {color: #ffffff; background: #cc0c00; text-decoration: none}

/*
 * got this bit from http://www.debian-administration.org/css/print.css
 */
pre {
        overflow:       auto;
        background:     rgb(230,230,230);
        border:         solid;
        border-width:   thin;
        padding: 5px  10px;
}
code {
        background:     rgb(230,230,230);
}
