body {
  background-color: black;
  background-attachment: fixed;
  background-repeat: repeat-x;
  font-family: Verdana,sans-serif;
  font-size: 9pt;
  margin: 0;
  padding: 0;
}

.contentContainer {
  border: #777777 ridge 3px;
  background-color: black;
  width: 720px;
  height: 580px;
  margin: 16px auto;
}

.active,a {
  color: orange;
  text-decoration: underline;
  cursor: pointer;
}

.active:hover,a:hover {
  color: yellow;
}

button {
  color: white;
  background-color: black;
  border: 2px #777777 outset;
  cursor: pointer;
}

.copyright {
  font-size: 0.9em;
  color: #888888;
  text-align: center;
}
