BODY
{
}
.month
{
    BACKGROUND-COLOR: #ffffcc;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: #ffffcc;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right
}
.eventText
{
    COLOR: black
}
.selectedDay
{
    BACKGROUND-COLOR: silver
}
.day
{
    BACKGROUND-COLOR: #ffffcc
}
.notaDay
{
    BACKGROUND-COLOR: #ffffcc
}
