div.title {
  font-family: arial;
  font-size: 24pt;
  color: #000000;
  text-align: center;
}
table.month {
  width: 100%;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  border-spacing: 0;
  border-collapse: collapse;
}
td.weekday {
  font-family: Arial;
  font-size: 10pt;
  color: #ffffff;
  text-align: center;
  background-color: #7297ce;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
}
td.filler {
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  padding: 4px;
}
td.day {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
  background-color: #ffffff;
  vertical-align: top;
  width: 14%;
  height: 100px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  padding: 4px;
}
div.daynum {
  font-family: Arial;
  text-align: right;
  line-height: 1;
  padding-bottom: 5px;
}
div.event {
  text-align: center;
  line-height: 1.2;
}

