/* Print style amendments if required */

    /* Hide elements not relevant for print */

    #navigator,
    #tabs,
    #subtabs,
    #social-network-links,
    #sidebar,
    #footer,
    #topright
        { display: none; }


    #content {
        width             : 610px;
    }


    /* Print-friendly colours and text decoration */
    
    #content a,
    #content p,
    #content h1,
    #content h2,
    #content p.intro {
        background        : #FFF none;
        color             : #333;
        text-decoration   : none;
    }
    
    #content #section-intro,
    #content #section-intro p {
        background        : #FFF none;
        color             : #333;
        padding-right     : 0;
    }