BODY {
  background-color: #ccccff;
  font-family: arial;
  font-size: 16px;
}

H1 {
  text-align: center;
}

.table_name {
  font-weight: bold;
  font-style: italic;
}

.column_name {
  font-weight: bold;
}

.column_value {
  font-family: monospace;
}

DIV.block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 16px;
}

DIV.block H2 {
  color: white;
  display: block;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0px;
}

DIV.blue {
  background-color: #aaaaff;
}

DIV.blue H2 {
  background-color: #000080;
}

DIV.green {
  background-color: #aaffaa;
}

DIV.green H2 {
  background-color: #008000;
}

DIV.red {
  background-color: #ffaaaa;
}

DIV.red H2 {
  background-color: #800000;
}

DIV.block DIV.contents {
  padding: 4px;
  text-align: justify;
}

TABLE {
  width: 100%;
  padding: 2px;
  margin-bottom: 10px;
}

TH {
  background-color: #00d000;
}

