.day{
	width: 48px;
	background-color: #efefef;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	color: #333333;
	text-align: center;
	}

.date{
	width: 48px;
	background-color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	text-align: center;
	}
	
.today{
	width: 48px;
	background-color: #ffffcc;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	text-align: center;
	}