body {
    background: #fff;
    font: normal 12pt/18pt Georgia, "Times New Roman", serif;
    color: #000;
}

a:link, a:visited {
    color: #630;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}

h1 {
    font-weight: normal;
    font-size: 150%;
}

h2 {
    font-size: 130%;
    font-weight: normal;
}

h3 {
    font-size: 110%;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
}

blockquote, pre {
    page-break-inside: avoid
}

ul, ol, dl {
    page-break-before: avoid
}

#sidebar, .credit, .clearer {
    display: none;
}

#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

#content a[href^="/"]:after {
    content: " (http://www.yoursite.com" attr(href) ") ";
    font-size: 90%;
}
