table.scoreboard {
  background:lightblue;
  text-align:center;
}

.scoreboard th {
	font-weight:bold;
}


td.wrong { background: pink;}
td.right { background: lightgreen;}
