body { 
    background-color: white;
    background-image: none;
}


#navigation, #header {
    display: none;
}

#footer-navigation {
    display: none;
}

#footer {
    font-size: 0.7em;
}

table, table td, table th {
    border: 1px solid black;
}

.page-break h1 {
  page-break-before: always;
  padding: 0px;
}
