  body {
    background-color: #fff;
    font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0px;
  }
  .banner {
    background: #050;
    color: #FFF;
    padding: 0.2em;
    font-size: small;
    font-weight: bold;
    text-align: center;
  }
  .entries {
    margin: 0.25em 1em 0 1em;
    font-size: x-small;
  }
a:link {
  text-decoration: none;
  color: #394;
}

a:visited {
  background-color: transparent;
  color: #117722;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

