table.hnav {
  width: 100%;
  border-collapse: collapse;
}

table.hnav tr {
  text-align: center;
}

table.hnav tr td {
  width: 11%;
  padding: 0px;
}

table.hnav tr td a {
  padding: 4px;
  border: 1px solid #404040;
  background-color: #616161;
  color: white;
  display: block;
  font-family: serif;
  text-decoration: none;
}

table.hnav tr td a:hover {
  background-color: #404040;
  color: white;
}

