.calendar {
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    border-collapse: collapse;
    width: 150px;
}
         
.calendar TD {
    border: 1px solid #bbc;
    padding: 2px;
}
.cal_active{
    font-weight: normal;
}
.cal_active a{
	font-weight: normal;
	color:red;
}
.cal_active a:visited{
	font-weight: normal;
	color:red;
}
.bold_day{
	font-weight: bold;
}
.bold_day a{
	color:green;
}
.bold_active_day{
	font-weight: bold;
}
.bold_active_day a{
	color: red;
	font-weight: bold;
}
.bold_active_day a:visited{
	color: red;
	font-weight: bold;
}

.cal_normal{
	font-weight:normal;
}
.cal_normal a {
	font-weight: normal;
	color:green;
}