    table {
      border-collapse: collapse;
      margin: 20px auto;
    }
    td {
      width: 59px;
      height: 56px;
      text-align: center;
      font-size: 26px;
      border: 0px solid #000;
	  font-family: Verdana, serif, monospace;
      color: white;
    }
    /* Kleuren voor feedback */
    .c {
      background-color: green;
	  background-image: url("groen.jpg");
    }
    .m {
      background-color: yellow;
	  background-image: url("geel.jpg");
    }
    .w {
      background-color: blue;
	  background-image: url("blauw.jpg");
    }
	.l {
	  height: 280px;
      width: 295px;
	  background-image: url("lucille.jpg");
	  vertical-align: bottom;
	  padding-bottom: 20px;
	}
