body {
  background-color: #000000;
/*  background-image: url(../images/ground.jpg);*/
  background-attachment: fixed;
  color: #696969;
  font-family: "Courier New";
  font-size: 16pt;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
}
body {
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-shadow-color: #996933;
  scrollbar-3dlight-color: #996933;
  scrollbar-arrow-color: #996933;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #000000;
}
td {
  color: #996933;
  font-family: "Courier New";
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
}
a:link
{
  color: #990000;
  font-family: "Courier New";
  font-size: 16pt;
  font-weight: normal;
  text-decoration: none;
}

a:visited
{
  color: #990000;
  font-family: "Courier New";
  font-size: 16pt;
  font-weight: normal;
  text-decoration: none;
}
a:hover
{
  color: #996933;
  font-family: "Courier New";
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
}
a:active
{
  color: #996933;
  font-family: "Courier New";
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
}
a.design:link
{
  color: #990000;
  font-family: "Courier New";
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}

a.design:visited
{
  color: #990000;
  font-family: "Courier New";
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}
a.design:hover
{
  color: #996933;
  font-family: "Courier New";
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
a.design:active
{
  color: #996933;
  font-family: "Courier New";
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}