body {
  background-color: #000000;
/*  background-image: url(../images/ground.jpg);*/
  background-attachment: fixed;
  color: #996933;
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif" ;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
}
a:link
{
  color: #990000;
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif" ;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
a:visited
{
  color: #990000;
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif" ;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
a:hover
{
  color: #996633;
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif" ;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
a:active
{
  color: #996933;
  font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif" ;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
