br {clear: both}
.calendar {float: left; margin-right: 30px}
.cal_entry {
	display: block; float: left; text-align: right;
	width: 20px; padding-right: 2px;
	border-bottom: 1px solid rgb(210,210,210);
	border-right: 1px solid rgb(210,210,210);
}
.cal_entry_head {border-top: 1px solid rgb(210,210,210);}
.cal_entry_mon {border-left: 1px solid rgb(210,210,210);}
.cal_heading {text-align: center}