@media print {
    a[href]:after {
        /*
        content: " ("attr(href) ") ";    
        font-size: 90%;
        */
        content: none !important;
    }
    .navCol {display: none;}
    .rightBox{display: none;}
    footer {display: none;}
    .L-border {border: 0px!important;}
    .leftBox {width: 100%! important;}
}