/* Generated by KompoZer */
a.menu2 {
  border: 2px outset #006600;
  padding: 1px;
  text-decoration: none;
  font-weight: bolder;
  display: block;
  margin-top: 0px;
  text-align: center;
  width: 110px;
  font-family: Arial;
  font-size: 11px;
  margin-left: 2px;
  color: black;
  background-color: #ffcc00;
}
a.menu2:hover {
  border: 2px inset #ccffff;
  background-color: #006600;
  color: white;
}
