body {
   background: white; color: black;
   background-image: url(Flags.jpg); background-attachment: fixed;
   font-family: "Palatino Linotype", "Calisto MT", "Times New Roman", Times, serif;}
h1 {background: transparent; color: red;}
a {font-weight: bold; text-decoration: none;}
a:link {background: transparent; color: blue;}
a:visited {background: transparent; color: red;}
a:hover, a:active, a:focus {background: blue; color: white;}

@media print {
table {display: none;}
table#cover {display: block;}
}