BODY
{
	background-color: mintcream;
}
.HeaderMain
{
	font-size: 48px;
	color: black;
	font-family: Arial;
	background-color: mintcream;
	text-align: center;
}
.HeaderCellNormal
{
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	color: white;
	font-family: Arial;
	background-color: dimgray;
	text-align: center;
}
.HeaderCellHover
{
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	color: black;
	font-family: Arial;
	background-color: lightyellow;
	text-align: center;
}
.CalendarNavCellActive
{
	cursor: pointer;
}
.CalendarNavCellInactive
{
	color: gray;
}