
a.menu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: normal;
  display: block;
  width: 110px;
  background-color: #006600;
  border-top: 2px #00CC00 solid;
  border-left: 2px #00CC00 solid;
  border-right: 2px #003300 solid;
  border-bottom: 2px #003300 solid;
  margin-top: 8px;
  margin-left: 4px;
}

a.menu:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  text-shadow: #0000FF;
  color: #EEEEEE;
  font-weight: normal;
  display: block;
  width: 110px;
  background-color: #009900;
  border-top: 2px #003300 solid;
  border-right: 2px #00CC00 solid;
  border-bottom: 2px #00CC00 solid;
  border-left: 2px #003300 solid;
  margin-left: 4px;
  margin-top: 8px;
}

.current {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  text-shadow: #0000FF;
  color: #FFFFFF;
  font-weight: normal;
  display: block;
  width: 110px;
  margin-top: 8px;
  margin-left: 4px;
  background-color: #006600;
  border-top: 2px #003300 solid;
  border-right: 2px #00CC00 solid;
  border-bottom: 2px #00CC00 solid;
  border-left: 2px #003300 solid;
}

BODY {
  margin-top: 0px;
  margin-left: 0px;
  background-image: url(images/background.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.listingtitle {
  color: #000066;
}

H1 {
  color: #006600;
}
