/* Generated by KompoZer */
a.menu2 {
  border: 3px outset #666666;
  padding: 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bolder;
  font-family: Arial;
  display: block;
  width: 200px;
  height: 30px;
  text-align: center;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #cccccc;
  color: black;
}
a.menu2:hover {
  border: 3px inset silver;
  background-color: #f0f0f0;
  color: #666666;
}
