/* don't print the navigation; it uses too much space */
.navigation {
    display: none;
}

/* include this in printings, not on the screen (see default stylesheet) */
.print {
    display: inline;
}

