body {
 background:mintcream;
 color:black;
 font-family:"palatino linotype",palatino, georgia, serif
 }
h1, h2, h3, h4, h5, h6, hr {color: darkgreen}
img {border:medium solid darkseagreen}
a {text-decoration:none}
a:link {color: darkred }
a:visited {color: darkgreen }
a:hover {background:palegreen}
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 {font-size:larger} */
p.image {font-style:italic;font-size:smaller}
p.bigfirst:first-letter {background: palegreen; color: darkgreen; 
font-size: 175%; 
float: left;
padding: 0.1em;
margin: 0.1em;
border: thin solid darkgreen}
@media print {
 body { background:white;font-family:"palatino linotype",palatino,georgia,serif; font-size:smaller; }
 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}
 .noprint {display:none}
  }

