body {
  background-color: #000;
  padding: 0px;
  margin: 0px;
  font-family: helvetica, arial, sans-serif;
  color: #c5c5c5;
}

#top_navigation {
  background-color: #1c1c1c;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  color: #c5c5c5;
}

#top_navigation a, #top_navigation a:link, #top_navigation a:visited {
  color: #c5c5c5;
  text-decoration: none;
  padding: 5px 20px; 
  background-color: #2c2c2c;
  border: 1px #c5c5c5 solid;
}

#top_navigation a.selected, #top_navigation a:hover {
  color: #2c2c2c;
  background-color: #c5c5c5;
} 

table.split_page tr td {
  vertical-align: top;
  color: #666;
  padding: 1em;
}

a {
  text-decoration: none;
  color: #fff;
}

a img {
  border: none;
}

table.split_page tr td ul li {
  margin-top: 2em;
}

h1 {
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
}

h2 {
  margin-top: 2em;
  color: #fff;
  font-size: 20px;
}
