body {
  font-family: Times New Roman, Times, serif;
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

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

a:hover {
  text-decoration: underline;
}

div.mainlinks {
  margin-left: 32px;
}

div.mainlinks h3 {
  margin-bottom: 4px;
}
div.mainlinks ul {
  margin: 2px;
  list-style-type: none;
}

div.mainlinks li {

}

div.header {
  background-color: #2a1a3b;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

div.centerbox {
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(images/background.png) repeat-x #000000;
  float: left;
}

div.footer {
  float: left;
  width: 100%;
}

div.linkbar {
  background: url(images/linkbar.png) no-repeat #000000;
  width: 624px;
  height: 16px;
  padding: 8px;
  margin: auto;
  margin-bottom: 6px;
  margin-top: 6px;
 /* font-weight: bold;*/
  text-align: center;
  color: #ccc;
  font-size: smaller;
  font-family: Georgia, Times New Roman, Times, serif;
}