body 
{ 
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e0e0d0;
}
a {
  text-decoration: none;
  color: #402000;
}
a:hover {
  color:red;
}
.rTable {
  display: block;
  width: 100%;
}
.rTable:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.t-row {
  clear: both;
  min-height: 21px;
}
.when {
  font-weight: bold;
  font-size: 10pt;
  float: left;
}
.dow {
  width: 32px;
}
.dash {
  padding: 0px 6px 0px 6px;
}
.whowhere {
  font-weight: normal;
  font-size: 10pt;
  display: table-cell;
  height: auto;
}
.whowhere:after {
  content: "";
  clear: both;
}
.heading {
  font-weight: bold;
  color: #601800;
  padding: 8px 0px 0px 0px;
  height: 28px;
}
.month {
  font-weight: bold;
  color: #802000;
  padding: 8px 0px 0px 2px;
  height: 24px;
}
