@import "base.css";
html {background:steelblue}
body {background:white;color:black;font-family:verdana,tahoma,geneva,sans-serif;padding:1ex;
 border:thin solid darkblue}
a {text-decoration:none}
a:link {color: mediumblue }
a:visited {color: darkblue }
a:active {color: red }
a:hover {background:lightskyblue;border:thin solid blue}
body {background-color: white}
caption {background:color:navy }
h1, h2, h3, h4, h5, h6 {background:white;color: mediumblue }
hr {color: mediumblue }
table { border: thin solid navy}
td {border: thin solid mediumblue; background-color: white }
th {background:aliceblue;color:navyblue }
@media print {
 html {background:white}
 body { background:white;font-family:"palatino linotype",palatino,georgia,serif;border:none;padding:0ex}
 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}
  }