table caption {
    color: white;
    font-weight: bold;
    font-size: 18pt;
    background-color: #9e2222;
    border: solid 3px black;
}

thead {
  border-left: solid 1px black;
  border-right: solid 1px black;
}

tr {
  border-left: solid 1px black;
  border-right: solid 1px black;
}

.unl thead {
  color: rgb(191,40,27);
}

.unl caption {
  background-color: rgb(191,40,27);
}

.uvu thead {
  color: rgb(53,92,59);
}

.uvu caption {
  background-color: rgb(53,92,59);
}

.wofford thead {
  color: rgb(134,111,80);
}

.wofford caption {
  background-color: rgb(134,111,80);
}

tr {
  border-bottom: solid 0.5px black;
}