h2 {
  text-align: center;
}

.cal_container {
  width: 800px;
  background-color: #ffefd5;
}

.cal_title {
  font-size: medium;
  font-weight: bold;
  background-color: #ffff00;
}

table {
  width: 75%;
  float: left;
  border-collapse: separate; /* collapse; */
}

#sidetitle {
  width: 23%;
  padding: 5px;
  float: right;
  align: center;
  font-size: small;
  font-weight: bold;
  background-color: #D3D3D3;
}
#sidedesc {
  width: 23%;
  padding: 5px;
  float: right;
  margin-top: 4px;
  font-size: small;
  background-color: #ffa500;
}

tr {
  height: 75px;
  padding: 5px;
  vertical-align: top;
  font-weight:bold;
}

tr.silver {
  height: auto;
  background-color: silver;
}

th {
  width: 14%;
  padding: 5px;
}

td {
  width: 14%;
  padding: 5px;
  border-style: solid 2px;
  background-color: #ffefd5; 
}

td p {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: x-small;
}

.dark {color: #222222;}
.red  {color: #ff0000;}
.blue {color: #0000ff;}

a.dark:link, a.dark:visited {
  color: #222222;
  text-decoration: none;
  border-bottom: 1px dotted #222222;
}

a.red:link, a.red:visited {
  color: #ff0000;
  text-decoration: none;
  border-bottom: 1px dotted #ff0000;
}

a.blue:link, a.blue:visited {
  color: #0000ff;
  text-decoration: none;
  border-bottom: 1px dotted #0000ff;
}

a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted;
}
 
a:hover {
  background-color: #00ff00;
}