BODY
{
}
.month
{
    BACKGROUND-COLOR: #99ccff;
    COLOR: Black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: #000099;
    COLOR: White;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right
}
.eventText
{
    COLOR: #000099
}
.selectedDay
{
    BACKGROUND-COLOR: #0099FF
}
.day
{
    BACKGROUND-COLOR: #99ccff
}
.notaDay
{
    BACKGROUND-COLOR: silver
}
