
@import url(normal.css);

/* Remove background-styles */
body {
    color: inherit;
    background: none;
}

/* Remove centering and margins */
#wrapper {
    margin: 0;
}

/* Show print-only parts */
.print {
    display: block;
}

/* Hide screen-only and non-css parts */
.screen,
.noncss {
    display: none;
}

/* Hide common elements not meant for printing */
#menue,
#mainmenue,
#metamenue,
#history {
    display: none;
}



/*============================================================================*/
/* Differences */

body {
}

