.imageMonthCell {
	background-color:	#3B00FF;
	color:				white;
}
table.calendar {
	width: 100%;
	border: solid thin black;
	cell-spacing: none;
}
table.calendar td {
	border:		solid 1px black;
	text-align:	center;
	font-size:	7pt;
}
table.calendar th {
	font-size: 7pt;
}

