/* This stylesheet is for printing.  Try to use fonts that print well */
/* and remove navigation menu                                         */
html, body, table, tr, th, td, p, ol, ul, dl, li, dd, dt, div, h1, h2, h3, h4{
    font-size: 12px;
    font-family: 'Times New Roman', serif;
    background: white;
    color: black;
}

td#navigation{
    display: none;
}
