<style>
.calendarLabel{
   color: #003399;
   font-size: 10px;
   font-family:Arial;
   text-decoration:underline;
}
.calendarLabel:hover{
   color: #F47200;
   font-size: 10px;
   font-family:Arial;
   text-decoration:underline;
}
.month
{
BACKGROUND-COLOR: #cccccc;
COLOR: black;
FONT-FAMILY: Arial;
FONT-WEIGHT: bolder
}
.month:a {
   text-decoration:underline;
}
.month:hover {
 COLOR: #F47200; 
}
.weekday
{
BACKGROUND-COLOR: white;
COLOR: black;
FONT-FAMILY: Arial;
FONT-WEIGHT: bolder
}
.eventLabel
{
COLOR: black;
FONT-FAMILY: Arial;
FONT-WEIGHT: bolder;
TEXT-ALIGN: right
}
.eventText
{
COLOR: black
}
.selectedDay
{
BACKGROUND-COLOR: #ECDA77
}
.day
{
BACKGROUND-COLOR: white
}
.notaDay
{
BACKGROUND-COLOR: silver
}
</style>