.calendar_table{
	border: 1px solid black;
}
.calendar_today{
	font-weight: bold;
	text-align: center;
	padding-bottom: 4px;	
}

.calendar_head{
	background-color: darkblue;
	color: white;
}

.calendar_0, .calendar_1, .calendar_2, .calendar_3, .calendar_4{
	background-color: white;
	font-weight: bold;
	color: black;
	text-align: center;
	border: 1px solid white;
}
.calendar_5, .calendar_6{
	background-color: #cccccc;
	text-align: center;
	border: 1px solid #cccccc;
}
