tr
{
  background-color: #00BBFF;
}


td.gameHeader
{
  background-color: #FFFFFF;
  color: #0000FF;
  border: 3px solid black;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 15pt;
  font-weight: bold;
}


tr.scoresHeader
{
  background-color: #0000FF;
  color: #FFFFFF;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 15pt;
  font-weight: bold;
}


td.playerName
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}


td.currentScore
{
  font-size: 11pt;
  font-weight: bold;
}


td.finalScore
{
  font-size: 15pt;
  font-weight: bold;
}


td.winningScore
{
  background-color: #FF0000;
  font-size: 15pt;
  font-weight: bold;
}