.calendar_link {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #3FAA60;
	text-decoration: none;
	text-underline: none;
}

.calendar_head {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 25px;
}

.calendar_head_month {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 25px;
	background-color: #3FAA60;
	color: #FFFFFF;
}

.calendar_day {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 25px;
	color: #FFFFFF;
	background-color: #3FAA60;
}

.calendar_entry {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}