body { 
  background: black;
  color: silver;
}

h1, .cdnum { 
  color: #ffff70;
}

h1 {
  border-bottom: solid thin maroon;
}

h2 {
  color: silver;
  border-bottom: solid thin maroon;
}

h3 {
  color: silver;
}

a, a:visited {
  color: silver;
}

a:hover, a:active {
  color: maroon;
  text-decoration: underline overline;
}

pre, .announce {
  background: maroon;
  border: solid thin gray;
  padding-right: 50px;
}

.announce a:hover {
  color: black;
}

ul {
  padding-left: 40px;
}

address {
  border-top: solid thin maroon;
}

.menubar {
  background-color: maroon;
}

.menuitem:hover {
  color: black
}


