body {background: #fff; color: #000; font-family: "Times New Roman", sans-serif; font-size: 12pt; line-height: 1em; margin: 0; padding: 0;}

#logo {background-color: #fff;}
    #screenlogo {display: none;}
    #printlogo {position: absolute; left: 0; top: 0;}
#container {width: auto;}
/* ----- 
line-height allows a table to not start printing on another page but right after a paragraph 
then margin-top pushes the content below the logo
----- */
#stuffgoeshere {line-height: 1.2em; margin-top: 5em;}
/* ----- display: none - stops an extra page from printing
#navbar {background-color: #fff; display: none; float: left; margin-left: -20px; width: 0;}
 ----- */
#navbar {display: none;}
/* ----- general elements ----- */
h1, h2, h3 {color: #000; font-size: 12pt;}
a:link {color: #000;}
a:visited {color: #000;}
a:active {color: #000;}
img {border: none;}
table {page-break-inside: avoid;}