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

body {background: white;}

.mmenu, #masthead, #right-panel, #footer {
        display:none;
        }

#print-logo {
        display:block;
        z-index:1000;
        margin-bottom:20px;
        }

#print-footer {
        display:block;
        z-index:1000;
        border-top:1px solid #a9a879;
        padding-top:15px;
        }
