BODY{
  margin : 0px;
}
TABLE{
  font-size : 12px;
  line-height : 16px;
}

.menu A {
  display: block;
  width: 100%;
  color: #990000;
  background-color : #eebdbe;
  border-right: solid 1px #990000;
  border-bottom: solid 1px #990000;
  margin: 0px;
  padding: 5px 0px 2px 0px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
}
.menu A:hover {
  color: #ffffff;
  background-color : #d96a6d;
  border-right: solid 1px #990000;
  border-bottom: solid 1px #990000;
  margin: 0px;
  padding: 5px 0px 2px 0px;
}