body {background:ivory;color:black;font-family:"Palatino linotype",palatino,georgia, serif }
h1, h2, h3, h4, h5, h6, hr {color: saddlebrown}
img {border:thin solid saddlebrown}
a {text-decoration:none}
a:link { color: darkgreen }
a:visited { color: saddlebrown }
a:hover { border:thin solid saddlebrown; background:wheat}
a:active {color: red }
table { border: thin solid chocolate; font-size: smaller }
td { background: white; border: thin solid sienna }
th { background: wheat; color: sienna  }
p.bigfirst:first-letter {background: wheat; color: saddlebrown; 
font-size: 175%; 
float: left;
padding: 0.1em;
margin: 0.1em;
border: thin solid saddlebrown}
@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}
 .noprint {display:none}
  }

