table.calendar {
  text-align: center;
  background: white; color: black;
  margin-left: auto; margin-right: auto;
  width: 100%;
}
.small { font-size: 80%; }
table.calendar a:link { color: blue; }
table.calendar a:visited { color: navy; }
table.calendar a:active { color: red; }
table.calendar th { background: #cceeff; }
table.calendar td { width: 14%; background: #eeffee; }
table.calender td span { color: green; }
table.calendar td.holiday { color: red; }
table.calendar td.holiday a:link { color: red; }
table.calendar td.holiday a:visited { color: maroon; }
table.calendar td.holiday a:active { color: yellow; }
h2 { width: 45%; float: left; }
h2.regular { color: green; }
h2.holiday { color: red; }
p.weather { width: 45%; text-align: right; font-size: medium; float: right; }
p.title { font-weight: bold; color: maroon; text-align: center; clear: both; }
