body {
   background: white; color: black;
   background-image: url(Flags.jpg); background-attachment: fixed;}
h1 {
   font-size: 150%; color: red; background: transparent; margin-top: 0;
   font-family: "Palatino Linotype", "Calisto MT", "Times New Roman", Times, serif;}
h2 {
   color: blue; background: transparent;
   font-family: "Calisto MT", "Times New Roman", Times, serif;}
p {
   font-size: 120%;
   font-family: "Calisto MT", "Times New Roman", Times, serif;}
.small {
   font-size: 83%;
   font-family: "Calisto MT", "Times New Roman", Times, serif;}

a:link {
   font-weight: bold; text-decoration: underline;
   color: blue; background: transparent;}
a:visited {
   font-weight: bold; text-decoration: underline;
   color: red; background: transparent;}
a:active, a:hover {
   font-weight: bold; text-decoration: none;
   color: white; background: blue;}