body {background: maroon; color: white;
   font-size: 94%; font-family: Verdana, Arial, Helvetica, sans-serif;}
h1 {background: #ffc6d7; color: black; font-size: 1.8em; padding: .15em;}
a {font-weight: bold; text-decoration: none;}
a:link    {background: transparent; color: yellow;}
a:visited {background: transparent; color: silver;}
a:hover, a:active, a:focus {
           text-decoration: underline;
           background: transparent; color: #ffc6d7;}

@media print {
table {display: none;}
table#cover {display: block;}
body {background: white; color: black;}
h1 {background: white; color: maroon;}
a:link {background: white; color: olive;}
a:visited {background: white; color: gray;}
}