body {
   background: #fc9; color: maroon;
   font-family: "Comic Sans MS", "Comic Sans", sans-serif;}
h1 {font-family: Georgia, Palatino, serif;}
a {font-weight: bold; text-decoration: none;}
a:link {background: #fc9; color: blue;}
a:visited {background: #fc9; color: purple;}
a:hover, a:active, a:focus {background: #fc9; color: red;}

@media print {
table {display: none;}
table#cover {display: block;}
}