html,
body {
  background-color: rgba( 0, 16, 0, 1.0 );
  color: rgba( 0,224,0, 1.0 );
/*  font-family: 'terminal', sans-serif; */
  font-family: 'consolas', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 10px;
  padding: 0;
}

p {
  background-color: rgba( 0, 8, 0, 1.0 );
}

ul {
  background-color: rgba( 64, 0, 0, 1.0 );
}

li {
  background-color: rgba( 16, 8, 0, 1.0 );
}

table, th, tr, td {
  font-size: 16px;
  border-collapse: separate;
  border: 1px solid white;
  border-spacing: 2px;
//  cursor: default;
}

th, td {
  padding: 5px;
}

a {
  color: white;
}

a:link, a:visited {
  color: rgba(224,224,224,1.0);
  text-decoration: underline;
//  cursor: default;
}

a:link:active, a:visited:active {
  color: rgba(255,224,224,1.0);
}

button {
	cursor: pointer;
}

.alias {cursor: alias;}
.all-scroll {cursor: all-scroll;}
.auto {cursor: auto;}
.cell {cursor: default;}
.context-menu {cursor: context-menu;}
.col-resize {cursor: col-resize;}
.copy {cursor: copy;}
.crosshair {cursor: crosshair;}
.default {cursor: default;}
.e-resize {cursor: e-resize;}
.ew-resize {cursor: ew-resize;}
.grab {cursor: grab;}
.grabbing {cursor: grabbing;}
.help {cursor: help;}
.move {cursor: move;}
.n-resize {cursor: n-resize;}
.ne-resize {cursor: ne-resize;}
.nesw-resize {cursor: nesw-resize;}
.ns-resize {cursor: ns-resize;}
.nw-resize {cursor: nw-resize;}
.nwse-resize {cursor: nwse-resize;}
.no-drop {cursor: no-drop;}
.none {cursor: none;}
.not-allowed {cursor: not-allowed;}
.pointer {cursor: pointer;}
.progress {cursor: progress;}
.row-resize {cursor: row-resize;}
.s-resize {cursor: s-resize;}
.se-resize {cursor: se-resize;}
.sw-resize {cursor: sw-resize;}
.text {cursor: text;}
.url {cursor: url(myBall.cur),auto;}
.w-resize {cursor: w-resize;}
.wait {cursor: wait;}
.zoom-in {cursor: zoom-in;}
.zoom-out {cursor: zoom-out;}