/* Stylesheet for the currently displayed month */
.cell {
	font-family: Arial, Helvetica, sans-serif;
	color: #6633FF;
	font-size: 8pt;
	text-decoration: none;
	background-color: #F6BE10;
	background-color: #C5C5D6;
}
/* Stylesheet for the current day of the month */
.today {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
	text-decoration: none;
	background-color: white;
}
/* Stylesheet for the background color of the calendar */
.calendar {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	color: #F6BE10;
	font-size: 10pt;
	text-decoration: none;
	background-color: #C5C5D6;
	background-color: #888888;
}
/* Stylesheet for the previous and next months */
.otherMonth {
	font-family: Arial, Helvetica, sans-serif;
	color: darkgray;
	font-size: 8pt;
	text-decoration: none;
	background-color: white;
}
/* Stylesheet for the display of the month and year*/
.months {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	color: #F6BE10;
	font-size: 8pt;
	text-decoration: none;
	background-color: white;
}
/* Stylesheet for the day of the week headers */
.header {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
	text-decoration: none;
	background-color: white;
	background-color: #F6BE10;
}