body {
    font-family: Verdana, Arial, sans-serif; 
    font-size: 11px;
    line-height: 1.3em; 
    margin: 0;
    padding: 0;
    color:#444444; 
}
a,
a:link,
a:visited {
    color: #006699;
    font-weight:bold;
}
a:hover {
    text-decoration: underline;
    font-weight:bold;
}
a:active {
    color: #006699;
    font-weight:bold;
}
.calendar { 
    margin-top: 5px;
    margin-bottom: 7px;
    text-align: center; 
    padding-bottom: 1px;
} 
.calendarHead { 
    color:#444444; 
    padding-right: 5px;
} 
.calendarHead a,
.calendarHead a:link,
.calendarHead a:visited {
    color: #006699;
    text-decoration:none;
    font-weight:normal;
}
.calendarHead a:hover {
    text-decoration: underline;
    font-weight:normal;
}
.calendarHead a:active {
    color: #006699;
    font-weight:normal;
}
.today { 
    border : 1px solid #444444; 
} 
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}
.tholiday {
    border: 1px solid #444444;
    color: #e50003;
}
.tholiday a:link,
.tholiday a:visited {
    color: #e50003;
}
.tsaturday {
    border: 1px solid #444444;
    color: #0000ff;
}
.tsaturday a:link,
.tsaturday a:visited {
    color: #0000ff;
}
