body {background:white;color:black;font-family: "palatino linotype",georgia,serif}
h1 {background:firebrick;color:white}
h2, h3, h4 {color:firebrick}
a {text-decoration:none}
a:link {color:indianred}
a:visited {color:firebrick}
a:active {color:darkgreen}
a:hover { background:mistyrose;border-top:1px solid firebrick;border-bottom:1px solid firebrick }
a:target {background:mistyrose;border:thin solid firebrick}
table {border: thin solid darkred; font-size:smaller;font-family: tahoma,sans-serif}
th {background:lightcoral}
td {border:thin solid salmon}
.rowhead {background:snow}
.kn {background:mistyrose}
.sk {background:papayawhip}
.cr {background:lightyellow}
.in {background:honeydew}
.co {background:lightcyan}
.an {background:lavender}
.firebrickbold {color:firebrick;font-weight:bold}
@media print {
 body {background:white}
 h1, h2, h3, h4, h5, h6 { page-break-after: avoid}
 ul, ol, dl {page-break-before:avoid}
 a {text-decoration:none}
 a:link {color: black }
 a:visited {color: black }
}