body {background: purple; color: white;
   font-family: "Century Gothic", Arial, Helvetica, sans-serif;}
h1 {background: yellow; color: purple; padding: .15em;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
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: purple;}
a:link {background: white; color: olive;}
a:visited {background: white; color: gray;}
p.duplicate {display: none;}
}
