

td.score {
  border: 1px solid red;
  text-align: center;
  width: 50px;
  color: red;
}
td.name {
  width: 200px;
}
td.number {
  font-weight: bold;
  font-size: 16pt;
  text-align: center;
}
h1 {
  font-family: Arial;
}
tr.rowa {
  background-color: #EEFEEE;
}

tr.rowb {
  background-color: #EEEEFE;
}