/*Hide the headers, footers and tocs*/
#toc, .navPageHeader1, #footer {
  display: none;
  visibility: hidden;
}

#mainPageContent {
  border: none;
}

/*serif is easier to read on paper*/
body {
  font-family: times, serif;
  font-size: 10px;
  background-color: #FFFFFF;
  background-image: none;
  margin: 0 auto;
}