body {background:violet;color:black;font-family:"comic sans ms",tahoma,sans-serif }
h1, h2, h3, h4, h5, h6, hr {color: indigo}
img {border:medium solid darkorchid}
a {text-decoration:none}
a:link { color: darkviolet }
a:visited { color: indigo }
a:hover {background:floralwhite}
a:active {color: red }
table { border: thin solid indigo; font-size: smaller }
td { background: white; border: thin solid darkviolet }
th { background: thistle; color: indigo  }

@media print {
 body { background:white;font-family:"palatino linotype",palatino,georgia,serif;}
 p {color:black}
 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}
 caption.pe {background:whitesmoke; font-family: tahoma, sans-serif; font-size:smaller}
 th { background: gainsboro}
  }
