p {
  margin-top: 10px;
  margin-bottom: 15px;
}

h2 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 14pt;
}

#top_ground {
  height: 80px;
  background-image: url(/images/index/darken.png);
}

table.data {
  font-family:arial;
  background-color: #CDCDCD;
  font-size: 8pt;
  text-align: left;
  color: black;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

table.data th {
  background-color: #e6EEEE;
  border: 1px solid #FFF;
  font-size: 8pt;
  padding: 4px;
}

table.data td {
  color: #3D3D3D;
  padding: 4px;
  background-color: #FFF;
  vertical-align: top;
}

#navigation {
  background-image: url(/images/links.png);
  border-bottom: 1px solid white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#navigation a {
  color: black;
}

#credits {
  font-style: italic;
  font-size: 9pt;
  text-align: center;
}