body {
  background: black;
  color: white;
}

.sHeader {
  color: white;
  text-align: right;
  font-weight: bold;
}

td.sHeader {
}

.sInfo {
  color: white;
}

table.players {
  width: 50%
}

th.players {
  border: 2px outset #873434;
  background: #873434;
}

.players {
  color: white;
}


