body 
{ background-color: #CC9900;
  background-image: url(images/tile.gif);
  background-repeat: repeat-y;

  font-family: tahoma, trebuchet ms, sans-serif;
  color: #000000;
  font-weight: normal;
}

hr
{ width: 100%;
  height: 1px;
  color: #000000;
  border: none;
  background-color: #000000;
  border: 0px solid #000000;
}

A:link
{ text-decoration: none;
  color: #A08E2E;
  cursor: help;
}

A:active
{ text-decoration: none;
  color: #D2C237;
  cursor: help;
}

A:hover
{ text-decoration: none;
  color: #D2C237;
  cursor: help;
}

A:visited
{ text-decoration: none;
  color: #A08E2E;
  cursor: help;
}