  table.calendar  {
background-color : white;
}
table.calendar .cal_header_month {
font-weight : bold;
text-align : center;
padding : 0;
padding-left : 0;
}
table.calendar #today {
padding : 0;
background-color : white;
}
table.calendar .content_date {
font-weight : bold;
}
table.calendar td {
padding : 0;
text-align : center;
background-color : #e4ebf8;
}
table.calendar a {
display : block;
} 
