.month_short_big {
   background-color:#EEEEEE;
   color:#002944;
   font-weight: bold;
   font-size: 13px;
}

.currentmonth {
   background-color:{BGCOLOR2};
}

.othermonth {
   background-color:{BGCOLOR3};
}
.today {
   background-color:{BGCOLOR1};
   color:#CC0000;
   font-weight: bold;
}
.eventday {
   background-color:{#000000};
   color:#009700;
   font-weight: bold;
}

.today a:link { color:#CC0000; }
.today a:visited { color:#CC0000; }
.today a:active { color:#CC0000; }
.today a:hover { color:#CC0000; }

.otherday {}
