table {
  margin: auto;
  border-collapse: collapse;
}

th {
  text-align: left;
}

td {
  text-align: right;
  font-family: monospace;
  background-color: lightpink;
}

th, td {
  border-style: solid;
  border-width: 1px;
}
  
thead {
  background-color: lightgray;
}

table:hover {
  color: aqua;
}