body {background:ghostwhite;color:black;font-family:"Palatino linotype",palatino,georgia, serif }
h1, h2, h3, h4, h5, h6, hr {color: darkorchid}
img {border:thin solid orchid}
legend {font-size:smaller;font-style:italic}
a {text-decoration:none}
a:link { color: blueviolet }
a:visited { color: indigo }
a:hover { border:thin solid darkorchid; background:lavender}
a:active {color: magenta }
table { border: thin solid darkorchid; font-size: smaller }
td { background: white; border: thin solid orchid }
th { background: lavender; color: darkorchid  }
.notes {background:lightyellow;font-style:italic;border:thin solid orchid;padding:1ex;margin-left:1em;margin-right:1em}
p.bigfirst:first-letter {background: lavender; color: darkorchid; 
font-size: 175%; 
font-family: ;
float: left;
padding: 0.1em;
margin: 0.1em;
border: thin solid darkorchid}
@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}
  }
