BODY
{
}
.month
{
    BACKGROUND-COLOR: #b3b7ce;
    COLOR: black;
    FONT-FAMILY: tahoma;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: white;
    COLOR: red;
    FONT-FAMILY: tahoma;
    FONT-WEIGHT: bolder
}
.eventLabel
{
    COLOR: red;
    FONT-FAMILY: tahoma;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right
}
.eventText
{
    COLOR: black
}
.selectedDay
{
    BACKGROUND-COLOR: #FFF884
}
.day
{
    BACKGROUND-COLOR: white
}
.notaDay
{
    BACKGROUND-COLOR: #8c92b5
}
.event
{
    FONT-FAMILY: tahoma;
    COLOR: #4f547a;
    text-decoration: none;
    font-size: 12px;
}
A:hover
{
    color : #969aba; 
    text-decoration: underline;}

