.agenda_mini a{
display: block;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #FF0000;
background-color: #33CCFF;

}

.agenda_mini a:hover{
display: block;
text-decoration: none;
color: #0000CC;
background-color: #33CCFF;
}

.calendar_this_day {
background-color: #3366FF;
color:#FFFFFF;
font-weight:bold;
}

.calendar_this_month {

}

.calendar_not_this_month {
background: #ececec;
color:#aaa;
}

