a {
	color: #006699;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	background-color: #99cccc;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

table {
	border: solid #000000 2px;
	background-color: #6699cc;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}

/* the month and year header */
caption {
	font-size: 16pt;
	margin-left: auto;
	margin-right: auto;
}

/* top row cells which hold day names */
th {
	border: solid #000000 1px;
	font-size: 10pt;
	background-color: #006699;
	color: #ffffff;
	width: 90px;
}

/* day cells */
td {
	border: solid #000000 1px;
	height: 80px;
	width: 90px;
	text-align: left;
	vertical-align: top;
	background-color: #6699cc;
}

/* day cells with events */
td.event {
	background-color: #669999;
}

/* day cell for today */
td.today {
	background-color: #99cccc;
	border: solid #800 1px;
}

