body { 
  font-family: sans-serif;
  background-color:  White;
  }
A:link, A:visited, A:active {
  text-decoration: none;
  }
A.menuitem:hover {
  text-decoration: none;
  color: LightSalmon;
  }
A:hover {
  text-decoration: underline;
  }
TD {
  vertical-align: top;
  }
HR {
  color: Gray;
  }
.main-heading { color: green }
.dimmed { background-color: Beige }
.weekday { background-color: LightBlue }
.weekend { background-color: LightPink }
.private { color: DarkBlue }
.menuitem { background-color: Teal; color: White; font: bold 12px; }
.tiny { font: 10px }
.button { background: Teal; color: White; padding: 2px; font: bold 12px }

