body {
  background-color: black;
}

p {
  font-family: "Lucida Console", "Courier New", monospace;
}

table {
  width: 100%;
  font-family: 'Forum', cursive;
  color: white;
}

tr.bold {
  
  font-weight: bold;
}

td {
  // border-style: solid;
  // border-width: 1px;
  }

td.left {width: 10%;};
td.middleleft {width: auto;};
td.middleright {width: auto;};
td.right {width: 10%;};

img.tableimage {
  height: 100px;
  width: 200px;
}

a:link {
        color: white;
      }
      a:visited {
        color: white;
      }
      a:hover {
        color: white;
      }
      /* selected link */
      a:active {
        color: white;
      }
