@media only print {
    #printHeader {
        display: block !important;
    }
    #sidebar, #menu, #headerimg {
        display: none;
    }
    #footer {
        border: none !important;
    }
    h1 {
        color: dimgrey !important;
    }
}
