body {
	 color: 000000;
}
A:link {text-decoration: none; color: #f61efd}
A:visited {text-decoration: none; color: #a900af}
A:active {text-decoration: none; color: #f61efd}
A:hover {text-decoration: none; color: #00b5df}

.calendar {
	 border-style:solid;
	 border-size:1px;
	 border-color:000000;
   	 width:600px;
	 text-align:center;
}
.calendar_today {
	background: #FDF9ED;
	padding-bottom: 5px;
}
.calendar_event_1 {
	padding-bottom: 5px;
}
.calendar_event_2 {
	padding-bottom: 5px;
}
.calendar_artist_text {
	display:none;
	font-size: 0px;
	font-weight: bold;
	color: Black;
	background-color:fce8ab;
}
.calendar_date_text {
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	color: 000000;
	padding: 0;
	background-color:fce8ab;
}
.calendar_date_table {
	border-collapse: collapse;

}
.calendar_event_title_text {
	font-size: 18px;
	color: 000000;

}
.calendar_venue_text {
	font-size: .8em;

}
.calendar_notes_text {
	font-size: .8em;

}