.calendarHeader  {
	background: #f5f5f5;
	font: 10px Arial;
	color: black;
}
.calendarToday {
	background: #bbbbbb;
	font: 10px Arial;
	color: black;
	text-align: center;
}
.calendar {
	background: white;
	font: 10px Arial;
	color: black;
        text-align: center;
}
a#clink {
     display: block;
     text-decoration: underline;
     color: #000000;
     background: #ffffff;
     font: 10px Arial;
     text-align: center;
}
a#clink:hover {
     background: #bbbbbb;
     text-decoration: none;
     color: #000000;
}
a#ctlink {
     display: block;
     text-decoration: underline;
     color: #000000;
     background: #f5f5f5;
     font: 10px Arial;
     text-align: center;
}
a#ctlink:hover {
     background: #bbbbbb;
     text-decoration: none;
     color: #000000;
}