.treex {  
  text-decoration: none;
  font-weight: bold;
  color: #C3CF8F;
  font: bold 10px Tahoma;
}
.treex a {
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  color: #C3CF8F;
  font: bold 10px Tahoma;
}
.treex a:visited {
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  color: #C3CF8F;
  font: bold 10px Tahoma;
}
.treex a:hover {
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  color: #F8BA4B;
  font: bold 10px Tahoma;
}

