body {background:hsl(263,100%,99%);color:black;font-family:tahoma,sans-serif}
h1, h2, h3, h4, h5, h6, hr {color:hsl(263,80%,20%)}
a {text-decoration:none}
a:link {color:hsl(263,80%,40%)}
a:visited {color:hsl(263,80%,30%)}
a:active {color:hsl(83,60%,20%)}
a:hover {background:hsl(263,80%,80%);border: thin outset hsl(263,80%,20%)}
table {border: thin solid hsl(263,80%,20%) }
caption {background: hsl(263,80%,90%);font-size:smaller}
th {background:hsl(263,80%,80%);color:hsl(263,80%,15%); border:thin outset hsl(263,80%,30%);font-size:smaller} 
td {background:hsl(263,80%,100%); border:thin outset hsl(263,80%,30%)}
hr {color:hsl(263,80%,30%)}
ol ol {list-style-type:lower-alpha}
@media print {
 body {background:white; font-family:tahoma,sans-serif}
 h1, h2, h3, h4, h5, h6 { page-break-after: avoid; color:dimgray}
 table {border: thin solid dimgray }
 caption {background:whitesmoke}
 th {background:gainsboro;color:black} 
 td {border: thin solid darkgray }
 ul, ol, dl {page-break-before:avoid}
 a {text-decoration:none}
 a:link {color: black }
 a:visited {color: black }
 .noprint {display:none}
}
