body {
  background-color: #000000;
}

body, html, * {
font-family: Gill, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}

A:link {text-decoration: underline; color: yellow;}
A:visited {text-decoration: underline; color: ORANGE;}
A:active {text-decoration: underline}
A:hover {text-decoration: underline; color: green}

H1     {font-weight: bold; 
        font-variant: small-caps;
        font-size: 18px;
        font-family: Gill, Helvetica, sans-serif}
