body {
  margin: 0;
  font-family: "Comic Sans MS", "Courier New", Courier, monospace;
  background: #000080;
  color: #ffffff;
}

.frame {
  background: #c0c0c0;
  color: #000000;
  border: 4px ridge #ffffff;
  margin-top: 4rem;
}

.hed {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.4rem;
  color: #ff0000;
  margin: 0 0 0.5rem;
  text-shadow: 2px 2px 0 #ffff00;
}

.sub {
  font-size: 1rem;
  color: #000080;
  margin: 0.5rem 0;
}

.digger {
  width: 200px;
  height: 200px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  display: inline-block;
  margin: 1rem 0;
  background: #ffffff;
  border: 2px solid #000000;
}

.marquee-row {
  margin: 1rem 0;
  color: #800080;
  font-weight: bold;
}

.legal {
  font-size: 0.85rem;
  color: #000080;
}

.legal.small {
  font-size: 0.75rem;
  color: #404040;
}

a {
  color: #0000ff;
}

a:visited {
  color: #800080;
}
