body { color: white; background:blue; font-weight: bold; font-size: medium; }
table { background-color: blue; color: white; font-weight: bold; }
td { background-color: blue; color: white; font-weight: bold; }

p { background-color: blue; color: white; font-weight: bold; }
a { color: yellow; background: blue; font-weight: bold; }
div.div2 { background: blue;  }
div.indent  { background:blue; text-indent: 25px; }
div.div2 { background: blue;  }
div.hdr { font-size: 200%; background: blue; font-weight: bold; } 
div.hdr2 { font-size: 150%; background: blue; font-weight: bold;  } 
div.hdr3 { font-size: 200%; background: BLUE; font-weight: bold;  } 
span.hdr { font-size: 200%; background: blue; font-weight: bold;  } 
span.hdr2 { font-size: 125%; background: blue; font-weight: bold;  } 
@media print { .page-break { display: block; page-break-before: always; } }
