/* CSS Document */
body {
  /*  background-color: #fffcd0;*/
  background-color: #000;
}

img {
  border: 0px;
}

.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  font-weight: 400;
}

.content {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}

.content a:link {
  font-weight: 800;
  text-decoration: underline;
  color: #993300;
}

.content a:visited {
  font-weight: 400;
  text-decoration: underline;
  color: #993300;
}

.content a:hover {
  text-decoration: none;
  color: #999999;
}

.sidebox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
}

.sidebox a:link {
  color: #333333;
  text-decoration: underline;
}

.sidebox a:visited {
  color: #333333;
  text-decoration: underline;
}

.sidebox a:hover {
  color: #333333;
  text-decoration: none;
}
