TD {
  vertical-align: top;
}

TD.drive {
  text-align: center;
  font-size: 20;
  font-weight: bold;
  color: white;
  background: black
}

table A:link {
  font-style: normal;
  color: yellow;
  text-decoration: none
}

table A:visited {
  color: yellow;
  text-decoration: none
}
  
table {
    margin-left: auto;
    margin-right: auto
}