.calendarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009900;
}
.calendarLocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.weekendCellText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0966A9;
}
.weekendCell {
	background-color: #666666;
}
.weekCell {
	background-color: #DDDDDD;
}
.arrows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.arrows a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.arrows a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0966A9;
	text-decoration: underline;
}
