#mainTable {
  border-collapse: collapse;
  width: 750px;
  background: white;
  border: solid 4px white;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
} 

#mainTableHead {
  background: #857f36;
  border: none;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

#mainTableHead a {
  text-decoration: none;
  background: #857f36;
  color: transparent;
  border: none;
}
