@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(google.com) {
	
	/* Bold Google Calendar words */
	.HSZged {font-weight: bold !important;}

	/* Set font for month header */
	.goog-cal-dp-cur {
		font-size: 110% !important;
		font-family: Arial	!important;
	}
	
	/* Set font and background for days header */
	.goog-cal-dp-dayh {
		font-family: Arial !important;
		font-size: 110% !important;
		color: White !important;
		font-weight: bold !important;
		background-color: #99BBDD!important;
	}
	
	/* Set font for rest of calendar */
	.goog-cal-dp-weekday, .goog-cal-dp-weekday-selected, .goog-cal-dp-weekend, .goog-cal-dp-weekend-selected {
		font-family: Arial !important;
		font-size: 110% !important;
	}
	
}