/* print.css */
.no-print {
    display: none
    }
body {
    display: block;
    width: 90%;
    height: 90%;
    margin: 1em auto;
    font-family: "Garamond", "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    line-height: 18pt;
    color: #000;
    background: white
    }
a {
    padding: 0.125em;
    color: #666;
    text-decoration: underline;
    background: #EEE
    }
/* headlines */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-weight: bold;
    font-size: 12pt
    }
#content h1 {
    font-size: 16pt;
    border-bottom: 1px solid #CCC
    }
#content h2 {
    font-size: 14pt
    }
/* paragraphs & lists */
#content p, #content ul, #content ol, #content dl, #content address, #content blockquote {
    margin: 1em 0
    }
/* links */
#content a {
    font-weight: bold
    }
/* custom elements */
#logo a, #navigation {
    display: none
    }
#content {
    margin: 1em 0 1em 0;
    padding: 1em 0 0 0;
    border-top: 3px double #CCC
    }
#footer {
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
    border-top: 3px double #CCC
    }