@media print {
    img#head,
    #menubar,
    .buttonheading,
    #footermenu,
    #badges,
    #left-column {
        display: none;
    }

    .clear {
        clear: both;
    }

    a {
        text-decoration: none;
        color: #666666;
    }

    #header {
        display: block;
        clear: both;
        text-align: center;
    }

    img#crest {
        margin-left: auto;
        margin-right: auto;
    }

    .componentheading,
    .contentheading,
    a.contentpagetitle {
        color: #660000;
    }

    #foot {
        text-align: center;
    }
}