.weekdays {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #663399;	
}

.days {
	font-size: 12px;
	color: #663399;
	background-color: #FFFFFF;
 	height: 65px;
 	width: 65px; 	
 	align: left;
 	vertical-align: top;
}

.cal_header {
	font-size: 14px;
	font-weight: bold;
	color: #663399;
}

.cal_footer {
	font-size: 12px;
	font-weight: bold;
	color: #663399;
}

.event {
	margin-top: 10px;
	font-size: 9px;
	font-weight: bold;
}

.event a {
	text-decoration: none;
}

.event a:hover {
	text-decoration: underline;
}
