body { 
 background: black;
 font-family: verdana, helvetica, sans-serif;
 color: wheat
 }
h1 { color: tan }
h2 { color: burlywood }
h3 { color: wheat }
h4 { color: moccasin }
h5 { color: navajowhite }
h6 { color: papayawhip }
a {text-decoration:none}
th { background: wheat; color: black }
caption {background: tan; color:black; font-size:smaller}
a:link {color: palegreen }
a:visited {color: chocolate }
a:hover { background: saddlebrown }
a:active {color: springgreen }

@media print {
 body { 
  background:white;
  color:black;
  font-family:"palatino linotype",palatino,serif;}
 h1, h2, h3, h4, h5, h6 { color:black; page-break-after:avoid}
 ul, ol, dl {page-break-before:avoid}
 a {text-decoration:none}
 a:link {color: black }
 a:visited {color: black }
 caption {background:whitesmoke; font-family: tahoma, sans-serif; font-size:smaller}
 th { background: gainsboro}
 td {border:thin solid gainsboro}
  }

