@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    background: #ffffcc;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
}
a:link {
    color: #336699;
    text-decoration: none;
    background: none;
}
a:visited {
    color: #336699;
    text-decoration: none;
    background: none;
}
a:hover {
    color: #336699;
    text-decoration: underline;
    background: none;
}
a:active {
    color: #336699;
    text-decoration: none;
    background: none;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: #ffffcc;
    letter-spacing: 0.2em;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
    background: #ffffcc;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 7px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.holiday {
    color: #e50003;
}
.saturday {
    color: blue;
}
