body {
   padding: 2em;
}

body {
   font-family: 
      "Agency FB",
      "Courier New",
      "Palatino Linotype",
      "Georgia",
      serif;
   color: #00FF00;
   background-color: #111111; 
}

a:link {
   color: #00FF00;
}

a:visited {
   color: #00FF00;
}

a:hover {
   color: #c0c0c0;
}


h1 {
   font-size: 36pt; 
   font-weight: normal;
}


h1.tagline {
   font-size: 18pt;
   font-weight: normal;
}

tt {
   font-size: 16pt;
   font-weight: normal;
}

/* Footer is small and right-aligned. */
#footer {
         font-size: 12pt; 
         text-align: center;
}
