/*  style-print.css
 */

@page {
  size:       8.5in 11in;
  margin:     0.5in;
  }

html, body {
  background: white;
  color:      black;
  }

#header, #content {
  font-family:  serif;
  font-size:    10pt;
  }

#footer p {
  text-align:   center;
  font-size:    8pt;
  }

h1, h2, h3 {
  font-family:      sans-serif;
  padding-left:     0.5in;
  page-break-after: avoid;
  }

.whitebox {
  border:   none;
  width:    6.5in;
  margin:   auto;
  padding:  0 0.25in 0 0.25in;
  }
