a:link, a:hover, a:active, a:visited {
  color           : #FFFFAA;
  background-color: transparent;
}

BODY {
    color: white;
    background-color: #006000;
}

a:link.table, a:visited.table, a:hover.table, a:active.table {
  /* font-style      : italic; */
  color           : #404080;
  background-color: transparent;
}

.table {
  color           : #404080;
}

.black {
  color: black;
}

.red {
  color: red;
}

.darkgray {
  color: #333333;
}

.copyright {
    text-align      : center;
}

address {
    text-align      : center;
    font-style      : italic;
}

p {
  text-indent: 1em;
  margin-left: 1em;
  margin-right: 1em;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-size: xx-large;
}
