body { 
  background: black;
  color: white
}
a:link    { color: aqua; }
a:visited { color: lime; }
a:active  { color: blue; }

img { border: 0; }
img.right { 
  text-align: right;
}
img.left { 
  text-align: left;
}
img.centre { 
  text-align: center;
}

h1.centre { text-align: center; }

p { color: white };
p.centre { text-align: center; }
p.footlink {
  text-align: center;
  font-size: small;
}
p.footdate {
  text-align: center;
  font-size: x-small;
}
blockquote.grey {
  background: gray;
  color: white;
  margin: 5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  border: 2px 2px 2px 2px;
}
blockquote.green {
  background: green;
  color: white;
  margin: 5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  border: 2px 2px 2px 2px;
}
pre.green {
  background: green;
  color: white;
  margin: 5px 5px 5px 5px;
  padding: 2px 2px 2px 2px;
  border: 2px 2px 2px 2px;
}

table { border: 0px; }
table.noborder { 
  border-width: 0;
}
table.bordered { 
  border: 2px solid white;
}

th.bord {
  border: 2px solid white;
  background: gray;
  color: lime;
}

td {
  color: white;
  vertical-align: top;
}
td.bord {
  border: 2px solid white;
  vertical-align: top;
}
td.navbar {
  background: blue;
  vertical-align: top;
  width: 20%;
}


td.right {
  text-align: right
}


