table caption {
    /* color: #9e2222; */
    font-weight: bold;
    font-size: 18pt;
}

caption {
  /* background-color: #9e2222; */
  text-decoration: none;
  /* color: white; */
}

table .h2 {
  /* color: #9e2222; */
  /* color: white; */
}

tr {
  border: solid black;
}

table {
}

tbody {
}

thead {
  background-color: #eeeeee;
  border-top: none;
}

/*
th {
  border: solid 5px;
}

tr {
  border: solid;
}
*/