body, html      {
/*    font-family: "Democratica", sans-serif; */
    font-family: sans-serif;
    color: white;
    background-color: #666564;
    background-image: url('/static/background');
    background-position: center top;
    font-size: large;
}
a:link  { color: #9dc1d3; }
a:visited       { color: #adc1d3; }
a:active        { color: red; }

/*
@font-face {
  font-family: 'Democratica';
  src: url('/static/democratica.ttf');
}
*/
