a.calendar {
	color: #000;
}

table.calendar { border: solid 2px; background-color: #09c; color: #000000; empty-cells: hide; font-size: 9pt; font-family: Georgia, "Times New Roman", Times, serif; margin-left: auto; margin-right: auto; }

/* month and year header */
caption {
	font-size: 16pt;
	margin-left: auto;
	margin-right: auto;
}

/* top row cells which hold day names */
th {
	background-color: #069;
	border: solid 1px #000000;
	color: #ffffff;
	font-size: 10pt;
	width: 90px;
}

/* day cells */
td.calendar { font-size: 9pt; background-color: #fff; border: solid 1px #000000; height: 80px; width: 90px; text-align: left; vertical-align: top; }

/* day cells with events */
td.event { background-color: #3aaceb; border: solid 1px #000; color: #000000; font-size: 9pt; font-family: Georgia, "Times New Roman", Times, serif; text-align: left; vertical-align: top; }

/* day cell for today */
td.today { background-color: #d68745; border: solid 1px #000; color: #000000; font-size: 9pt; font-family: Georgia, "Times New Roman", Times, serif; text-align: left; vertical-align: top; }