﻿body {
  text-align: center;
  width: 100%;
  height: 800px;
  background-color: #000;
  background-position: center 48px;
  /*background-image: url("../CCB2019BG.png");
  /*background-image: url('../CCB2019BGFullColor.png');
  background-size: 1600px 500px;
  background-repeat: no-repeat;*/
}

#2021-12Roster {
    text-align:center;
    margin:auto;
}
.divMain {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  padding: 24px;
  width: 100%;
  height: 800px;
  font-family: "Segoe UI";
  font-size: 28px;
  color: darkred;
}

.divCells {
  width: 90%;
  font-size: 16px;
  color: darkred;
  text-align: center;
  font-weight: normal;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  border: 1px dotted darkred;
}

.divCol {
    width:25%;
}

.tblCenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1px dotted black;
}
