BODY
{
}
.month
{
    BACKGROUND-COLOR: #67120b;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bolder;
}
.weekday
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Verdana,Arial;
    FONT-WEIGHT: bolder
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Verdana,Arial;
    FONT-WEIGHT: bolder;
    FONT-SIZE  : 14pt;
    TEXT-ALIGN: left;
}
.eventText
{
    FONT-FAMILY: Verdana,Arial;
    FONT-SIZE  : 14pt;
    COLOR: black;
}
.selectedDay
{
    BACKGROUND-COLOR: yellow;
}
.day
{
    BACKGROUND-COLOR: white;
}
.notaDay
{
    BACKGROUND-COLOR:#67120b;
}
H4
{
    font-family     :  Arial, Verdana;
    font-size       :  8pt;
    color           :  Blue;
    text-decoration :  Underline
}
H5
{
    font-family     :  Arial, Verdana;
    font-size       :  8pt
}
