body {
    background-color: #1F180A;
    font-family: "Courier New", Courier, monospace;
    color: #C0C0C0;
    font-weight: normal;
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-left: 5px
}

a {
  background: transparent;
  color: #FFFF99;
}

a:visited {
  color: #FF9900;
}

a:hover {
  color: #FFFF66;
  text-decoration: underline;
}

H1 {
    color: #A57E30;
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: -10px;
    letter-spacing: 2px
}

H2 {
    color: #7B5F24;
    font-size: 17px;
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: -8px
}
