/* Author: Tom Goering
  Main Print CSS
  Linked to all pages */

/* Change Body properties for printing */

    body {
        background-color: #fff;
        color: #000;
        font-family: "Times New Roman", Times, Serif;
        font-size: 12pt;
        
    }
    h1, h2, h3 {
        font-family: Garamond, Arial, sans-serif;
    }
    
    #nav div, ul, li {
        display: none;
    }
    
    .ads img {
        display: none;
    }
    
    p.val {
        display: none;
    }