table {
	border: 1px solid #2A4534;
	width: 150px;
}

/* the month and year header */
caption {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size: 13pt;
}

/* top row cells which hold day names */
th {
	border: solid #2A4534 1px;
}

/* day cells */
td {
	border: solid #2A4534 1px;
	height: 55px;
	width: 55px;
	text-align: left;
	font-size: 12pt;
	font-family:"Trebuchet MS";
	vertical-align: top;
}

/* day cells with events */
td.event {
	font-size: 9pt;
	font-family:"Trebuchet MS";
	color: #FA7C00;
}