body {background:silver;color:mediumblue;font-family:verdana,sans-serif}
a {text-decoration:underline}
a:link {color:blue}
a:visited {color:black}
a:active {color:gainsboro}
a:hover {background:gray;border: thin solid mediumblue}
a:target {border: thin solid mediumblue}
table {border: thin solid mediumblue;font-family:tahoma,sans-serif }
th {background: darkgray} 
td {background:silver; border: thin solid darkgray }
caption {background:lightgrey}
@media print {
 body { font-family:verdana,sans-serif;}
 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 }
  }
