#eventArea a:link, #eventArea a:visited, #eventArea a:active {
	color: blue;
}

.monthTable {
	border: 1px solid lightgray;
	border-collapse: collapse;
	font-size: 11px;
	margin: 1px 0.3ex;
}

.monthTable th {
	text-align: center;
	background-color: #eee;
	font-weight: bold;
	font-size: 12px;
}

.monthTable th.monthName {
	background-color: #ddd;
	font-weight: bold;
	font-size: 14px;
}

.monthTable td {
	background-color: white;
	text-align: center;
	padding: 1px 0.7ex;
}

.monthTable td.highlight {
	background-color: yellow;
}

.monthTable td a {
	text-decoration: none;
	color: black;
	width: 100%;
	margin: 0;
	text-align: center;
}


