BODY {
  background-color: #000033;
  color: #000033;
  margin: 0;
}

A:link {color: #669933}      /* unvisited link */
A:visited {color: #669933}   /* visited link */
A:active {color: #999999}    /* active link */

.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000033;
	font-variant: small-caps;
	font-weight: bold;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000033;
	font-variant: small-caps;
	font-weight: bold;
}
.dayhead {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #660033;
}
