TABLE,TD,P,DIV {
	font-size:10pt;
}
TH.calendar {
	background-color:#007C40;
	color: white;
}
TD.calendar {
	height:80px;
	width:80px;
}
TD.weekend {
	background-color:#e7e7e7;
	height:80px;
}
A.event { 
	font-size:10pt;
	color: #007C40;
	text-decoration:none;
	display: block;
	border-bottom: 1px solid black;
}
A.event:visited { 
	font-size:10pt;
	color: DarkSeaGreen;
}
A.event:hover { 
	font-size:10pt;
	color: DarkSeaGreen;
	text-decoration:underline;
}
.calendar_title {
	margin:0px;
	text-align:left;
}
