table {
  border: 1px solid silver;
  color: #333333;
  font-size: small;
}
a {
   color: #6b7375;
  font-size: small;
  text-decoration: none;
  }
a:hover {text-decoration:underline; color:#666666;}
a.menu
{
  border: 1px solid #8e9e9f;
  color: #6b7375;
  background-color: #eeeeee;
  font-size: small;
  text-decoration: none;
  display:block;
  width: 95%;
  height:100%;
  text-align: center;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 4px;
  padding-left: 4px;

}
a.menu:hover
{
  border: 1px solid #8e9e9f;
  color: #6b7375;
  background-color: #FFFFFF;
  font-size: small;
  text-decoration: underline;
  display:block;
  width: 95%;
  height:100%;
  text-align: center;
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 4px;
  padding-left: 4px;

}