table.calendar {
	
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-top: 1px solid #000;
	width: 100%;
	text-align:center;
	padding: 10px;
}

table.calendar th {
	font-size: 1.4em;
	border-bottom: 1px dashed #000;
}

td.today {
	font-weight: bold;
	color:black;
}


#content .calendar-prev a:link, #content .calendar-prev a:visited,
#content .calendar-next a:link, #content .calendar-next a:visited {
	color: #fff;
}

#content .calendar-next a:hover, #content .calendar-prev a:vhover {
	color: #fff;
	letter-spacing: 2em;
}


caption.calendar-month {
	padding: 2px 0 2px 0;
	font-weight:bold;
	background-color: #5AA50D;
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
	border: 2px solid #000;
}

#content .event a:link, #content .event a:visited {
	color: white;
	background-color: #2aa00c;
	display: block;
}

#content .event a:hover {
	background-color: white;
	color: #2aa00c;
}


td.title {
	color:#5AA50D;
	font-size: 1.7em;
	font-weight:bold;
}

td.date {
	font-size: 1.2em;
}

td.body p {
	padding-top: 5px;

}
