@CHARSET "ISO-8859-1";

table.calendar caption { margin-bottom: 4px; font-weight: bold; color: #666666; }
table.calendar { border: 1px solid #999999; width: 300px; }
table.calendar tr { height: 16px }
table.calendar tr th { text-align:center; }
table.calendar tr td { background-color: #efefef; text-align: center; width: 14%; }
table.calendar tr td a:link, table.calendar td a:visited { background-color: #ffffcc; display: block; line-height: 16px; text-decoration: none; color: #000000; }
table.calendar tr td a:hover { background-color: #ff9933; display: block; color: white; }
