.MinesweeperCleared
{
  background-color: #40D040;
}

.MinesweeperMarked
{
  background-color: #D04040;
}

.MinesweeperMined
{
  background-color: #FF0000;
}

#MinesweeperStatus
{
  font-size: 18pt;
}

#MinesweeperTime
{
  font-size: 15pt;
}
