h3 {
	text-align: center;
}

h2 {
	text-align: left;
}

table.cal {
   align: center;
	border-collapse: collapse;
	border: 5px groove gray;
	width: 98%;
}

table.detail {
   align: center;
	border-collapse: collapse;
	border: 5px groove gray;
	width: auto;
}

td.cal {
	vertical-align: top;
	text-align: left;
	border: 1px solid black;
	height: 8.0ex;
	width: 14%;
}

td.nonmonth {
	background: #c0c0c0;
	vertical-align: top;
	text-align: left;
	border: 1px solid #666666;
	height: 8.0ex;
	width: 14%;
}

td.detail {
	vertical-align: top;
	text-align: left;
	border: 1px solid black;
	height: auto;
	width: auto;
}

a:link.cal {
	color: red;
}

a:visited.cal {
	color: purple;
}

a:hover.cal {
	color: green;
}

a:active.cal {
	color: red;
}

.event {
	text-align: left;
}

.day {
	text-align: left;
	background-color: #339933;
	color: #ffffff
}

.today {
	text-align: left;
	background-color: #ff0000;
	color: #ffffff
}

.nomonth {
	text-align: left;
	background-color: #999999;
	color: #ffffff
}

