/* This print stylesheet prints in the form of a manuscript - Adam Moore*/
a {
  background-color : #fff;
  color : #000;
  text-decoration : none;
}

body {
  background-color : #fff;
  color : #000;
  font-family : courier, serif;
  font-size : 12pt;
  line-height: 2em;
  /*
  margin-bottom : 1in;
  margin-left : 1in;
  margin-right : 1in;
  margin-top : 1in;
  */
}

h1, h2, h3, h4, h5, h6 {
  page-break-after : avoid;
  page-break-inside : avoid;
}

.banners {
  display : none;
}

.navigation {
  display : none;
}