@media print {
    .noprint { display: none; }
}
@media print {
    body { background: white; color: black; 	padding: 8px;
	line-height: 1.33; 
}
    h1 { border: 0; color: black; background: white; }
    #leftbar, #index { display: none; }
    #conts { width: 100%; left: 0; }
    dfn { border: 0; }
    a { text-decoration: none; color: black; }
    #conts { background: transparent; color: black }
    #conts pre { border: 0; background: transparent; }
}