BODY
{
}
.month
{
    FONT-WEIGHT: bolder;
    COLOR: black;
    FONT-FAMILY: 'Poor Richard';
    BACKGROUND-COLOR: palegoldenrod;
    FONT-VARIANT: small-caps
}
.weekday
{
    FONT-WEIGHT: lighter;
    COLOR: black;
    FONT-FAMILY: 'Poor Richard';
    BACKGROUND-COLOR: lightgoldenrodyellow
}
.eventLabel
{
    FONT-WEIGHT: lighter;
    COLOR: black;
    FONT-FAMILY: 'Poor Richard';
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: right
}
.eventText
{
    FONT-WEIGHT: lighter;
    COLOR: red;
    BACKGROUND-COLOR: transparent
}
.selectedDay
{
    BACKGROUND-COLOR: yellow
}
.day
{
    BACKGROUND-COLOR: ivory
}
.notaDay
{
    BACKGROUND-COLOR: lightgoldenrodyellow
}

