table
{
  border-collapse: collapse;
}

td
{
  border: black solid 1px;
  height: 2em;
  width: 2em;
  text-align: center;
  vertical-align: center;
}

td:nth-of-type(1)
{
  background-color: tan;
}

tr:nth-of-type(9)
{
  background-color: tan;
}

