body {
	 background-color: #EEEEEE;
	 color: Black;
	 font-family: Georgia, Times New Roman, Times, serif;
}
a {
	 color: #990000;
	 text-decoration: underline;
}
a:hover {
	color: White;
	background: #990000;
	 text-decoration: underline;
}
.calendar {
	background: White;
}
.calendar_today {
}
.calendar_event_1 {
}
.calendar_event_2 {
}
.calendar_artist_text {
	font-size: 2em;
	font-weight: bold;
	color: #660000;
}
.calendar_date_text {
	font-size: 1.3em;
	font-weight: bold;
	background:;
}
.calendar_event_title_text {
	font-size: 1.2em;
}
.calendar_venue_text {
	font-size: .7em;
	font-family: sans-serif;
}
.calendar_notes_text {
	font-size: .7em;
	font-family: sans-serif;
}
