body {
  background-color: white;
}
table {
  padding: 4px;
  font-size: small;
  width: 650px;
}
th.easy {
  color: black;
  background-color: lime;
  font-size: 20pt;
  font-weight: bold;
}
th.mod {
  color: white;
  background-color: blue;
  font-size: 20pt;
  font-weight: bold;
}
th.dif {
  color: white;
  background-color: black;
  font-size: 20pt;
  font-weight: bold;
}
th.extrm {
  color: black;
  background-color: red;
  font-size: 20pt;
  font-weight: bold;
}
table#stats {
  border-collapse: collapse;
  border: 1px solid black;
  width: 530px;
  padding: 2px;
}
th#stats {
  border: solid 1px black;
  background-color: silver;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
td#stats {
  border: solid 1px black;
  text-align: center;
  vertical-align: middle;
}
td.bold {
  background-color: silver;
  font-weight: bold;
  width: 90px;
}
td.even {
  background-color: #eeeeee;
}
img {
  padding: 6px;
}
table#pict {
  border: 0px;
  width: 645px;
}
th#pict {
  border: 0px;
  padding: 2px;
}
td#pict {
  border: solid 1px black;
  text-align: center;
  vertical-align: middle;
}
