body {
  background-color: black;
  color : white;
}

.header {
  color: red;
  text-align: right;
  font-family: "Gill Sans", Helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
/*  border: solid thin red ; */
  margin-left: 50%
}

.body {
  color: white;
  font-family: "Gill Sans", Helvetica, sans-serif;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 4ex;
  margin-bottom: 2ex
}

.footer {
  color: silver;
  text-align: left;
  font-family: "Gill Sans", Helvetica, sans-serif;
  font-size: small;
  margin-top: 8ex;
  margin-left: 2em;
}

.timestamp {
  text-align: right;
  font-family: Courier, monospace;
  font-size:small;
  color: rgb(100,100,180);
}

:link {color: silver }
:visited {color: white}

h1 {
  color: rgb(180,180,240)
}

h2 {
  color: rgb(180,180,240);
}

td { /* for Netscape 4.77/Linux: font-family is not inherited from body... */
  font-family: "Gill Sans", Helvetica, sans-serif;
}

th {
  font-family: "Gill Sans", Helvetica, sans-serif;
  font-weight: bold;
}

