body {
  font-family: Arial, Helvetica, sans;
  text-align: left;
  background: white;
}

h1, h2, h3, h4, h5, h6, p, th, td, ul, ol, li, dl, dh, dd {
  font-family: Arial, Helvetica, sans;
} 

p, th, td, ul, ol, li, dl, dh, dd {
  font-size: 11pt;
}

h1 { font-size: 19pt; }
h2 { font-size: 17pt; }
h3 { font-size: 15pt; }
h4 { font-size: 13pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }

.noprint { display: none; }

   hr.PAGE-BREAK {
     page-break-after: always;
     color: gray;
     height: 1pt;
   }

@media print {
   hr.PAGE-BREAK {
     page-break-after: always;
     color: white;
   }
}
