html {
   background-color: #4A8E55;
   color: #FFFF99;
}

body {
   font-family: harrington;
}

a:link { color: white; }
a:visited { color: #FFFF99; }
a:hover { color: fuchsia; }
a:active { color: maroon; }

div#page {
      font-family: harrington;
      font-size:   large;
      width: 1024;
   }
