BODY {
  background-color: white;
  color: black;
}
A:link { color: #0000ff; }
A:visited { color: #663399; }
A:active { color: #ff0000; }
H2.holiday { color: red; }
H2.saturday { color: blue; }
UL { margin-right: 5%; line-height: 1.2em; }
.s { text-decoration: line-through; }
P.date { text-align: right; margin-right: 3%; }
P.note { text-align: right; font-size: 0.8em; }
pre.screen { background-color: #ffffcc; }