a:link, a:visited, a:active {
 color: #000099;
 text-decoration: none;
 font-weight: bold;
}
a:hover {
  color: #ff0000;
}
body, td {
 font-family: tahoma;
 font-size: 12px;
}
.entrytitle {
 font-weight: bold;
 font-size: 14px;
 color: black;
}
.dateheader {
 font-weight: normal;
 font-size: 24px;
 color: orange;
 font-family: Impact;
}
.calendar {
 font-size: 12px;
 border: 2px solid black;
}
.calendarhead {
 font-family: Comic Sans MS;
 font-weight: bold;
 font-size: 14px;
 background-color: #0088ff;
 color: orange;
 text-transform: uppercase;
 border-bottom: 1px solid black;
}
.info {
 font-weight: bold;
 color: #888888;
}