body {
  background-color: #5fff6f;
  border: 0px;
  padding: 10px;
  margin: 0px;
  font-family: sans-serif;
}

a:link {color: #0000ff} 
a:visited {color: #ff0000}
a:hover {color: #ff6000}
a:active {color: #ff0000}

a:link.dec {
  color: #0000ff;
  text-decoration: underline;
}
a:visited.dec {
  color: #ff0000;
  text-decoration: underline;
}
a:hover.dec {
  color: #ff6000;
  text-decoration: underline;
}
a:active.dec {
  color: #ff0000;
  text-decoration: underline;
}

a:link.nodec {
  color: #000000;
  text-decoration: none;
}
a:visited.nodec {
  color: #000000;
  text-decoration: none;
}
a:hover.nodec {
  color: #ff6000;
  text-decoration: none;
}
a:active.nodec {
  color: #ff0000;
  text-decoration: none;
}

h1 {
  text-align: center;
  color: #ff0000;
}

h1.banner {
  text-align: right;
  color: #000000;
  padding: 27px 1em 13px 0;
  border: 0px;
  margin: 0px; 
}

h2 {
  text-align: center;
  color: #0000ff;
}

.centre {
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed; 
}

tr {
  vertical-align: top;
}

td.here {
  color: white;
  background-color: #404040;
  font-weight: bold;
}

td.link {
  color: black;
  background-color: white;
  font-weight: bold;
}

