body {
	 background-color: Black;
	 color: White;
	 font-family: verdana, ariel, sans-serif;
}
a {
	 color: blue;
	 text-decoration: underline;
	 font-weight: bold;
}
a:hover {
	color: Black;
	text-decoration: underline;
}
.calendar {
}
.calendar_today {
	background: #440000;
}
.calendar_event_1 {
}
.calendar_event_2 {
}
.calendar_artist_text {
	font-size: 2em;
	font-weight: bold;
	color: Black;
	background: Lime;
}
.calendar_date_text {
	font-size: 1.3em;
	font-weight: bold;
	color: Red;
}
.calendar_event_title_text {
	font-size: 1.2em;
	color: blue;
}
.calendar_venue_text {
	font-size: 1em;
	color: black;
	font-weight: bold;
}
.calendar_notes_text {
	font-size: 0.9em;
	color: black;
	font-weight: bold;
}

