#board table th {
  color: white;
  text-align: center;
}

#board td img {
  display: block;
  border: 0px;
}

#board th img {
  display: inline;
}

#board th {
    text-decoration: none;
}


