.statBlock {
  width: 47%;
  float: left;
  margin: 10px 1%;
}

caption {
  font-weight: bold;
  font-size: 115%;
}

.levelColumn {
  background-color: crimson;
}

.colA {
  background-color: AliceBlue;
}

.colB {
  background-color: LightGrey;
}

.statLabels {
  background-color: BurlyWood;
}

.dataRow td, .dataRow th {
  border-bottom: 1px solid black;
}

.statsTable td {
  text-align: center;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  background-color: skyblue;
  color: black;
}

blockquote {
  text-align: center;
  background-color: beige;
  color: black;
  clear: both;
}

#changes {
  background-color: beige;
  color: black;
  clear: both;
  margin: 1em 40px;
  padding-bottom: 1px;
}

h4 {
  margin: 7px;
}



