body {
  font-family: Courier, monospace;
  font-size: 11pt;
  -webkit-text-size-adjust: none;
}

small {
  font-size: 8pt;
}

a {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: rgb(0, 0, 205);
}

a:active {
  color: red;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

.blockdude {
  position: relative;
  border: solid 1px black;
}

.blockcell {
  position: absolute;
}

.crosshairs {
  position: absolute;
  top: 0;
  left: 0;
}
