A { text-decoration: none }

table.BrowseTable {
  /* font-family: Tahoma, Verdana,  Arial, Helvetica, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000; /* #333; */
  margin: 4px 0px 4px;
  border-collapse: collapse;
  border-color: #888;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  padding: 0px;
}

table.BrowseTable th {
  background-color:#C0C0C0;
  text-align: center;
  font-weight: bold;
  padding: 1px;
  border: 1px solid #AAA;
}

table.BrowseTable td {
  vertical-align:top;
  padding: 2px;
  /* border: 1px solid #AAA;
  border-bottom: 1px solid #A5AEC5; */
  border-right: 1px groove #A5AEC5; 
  height: 16px;
}
