/* Generated by KompoZer */
a.menu2 {
  border: 3px outset #999999;
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bolder;
  font-family: Arial;
  display: block;
  width: 400px;
  height: 25px;
  text-align: center;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  color: white;
  background-color: #990000;
}
a.menu2:hover {
  border-style: inset;
  border-color: white;
  background-color: #999999;
  color: white;
}

