/* print.css */ html { background-color: white; } div#navigation, .noprint, #footer { display:none; } .break { page-break-before: always; }