a {
	background-color: inherit;
	color: #669999;
}

body {
	background-color: #99cccc;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
}

h3 {
	margin-bottom: 0px;
}

table {
	border: solid #000000 2px;
	background-color: #6699cc;
	color: #000000;
	empty-cells: hide;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}

ul {
	margin-top: 0px;
}

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

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

/* day cells */
td {
	background-color: #6699cc;
	border: solid #000000 1px;
	height: 80px;
	width: 90px;
	text-align: left;
	vertical-align: top;

}

/* day cell for today */
td.today {
	background-color: #99cccc;
	color: #000000;
}

/* day cells with events */
td.event {
	background-color: #006699;
	color: #000000;
}

/* day cell for today */
td.highlight {
	background-color: #669999;
	color: #000000;
}

/* special user-created event categories */
td.us_holiday {
	background-color: inherit;
	background-image: url('flagbackground.jpg');
	color: #000000;
}

td.us_holiday a {
	background-color: inherit;
	color: #000000;
}

td.christian_holiday {
	background-color: inherit;
	background-image: url('crossbackground.jpg');
	color: #000000;
}

td.christian_holiday a {
	background-color: inherit;
	color: #000000;
}
