Here's the css style for the individual days on the calendar:
.MonthCalDay {
position: relative;
float: left;
width: 14%;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9px;
line-height: 11px;
}
and the week:
.MonthCalWeek {
position: relative;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9px;
line-height: 10px;
border-top: 2px solid #333;
padding: 0px 0px 0px 0px;
width: 100%;
}
I'd attach a picture, but I'm not sure how...