/* CSS Document */
@import "typography.css";

body {background: white;}

#masthead, #nav, #content-header, #content-footer, #right-column, #print-icon {
        display:none;
        }

#logo-print {
        display:inline;
        z-index:1000;
        }
        
h1 {
        color:#6D0A0F;
        font-size:24px;
        background: none;
        padding:0;
        }
