body {
	 font-size: 9pt;
	 background-color: none;
	 color: #7B8288;
	 font-family: Georgia, Times New Roman, Times, serif;
}
a {
	 color: #5A95C8;
	 text-decoration: underline;
}
a:hover {
	color: Black;
	background: #C87373;
	text-decoration: underline;
}
.news_date { 
        font-size: 9pt; 
        font-family: Georgia, Times New Roman, Times, serif; 
        color: #C87373; 
        margin: 0px; 
} 
.news_title { 
        font-size: 12pt; 
        font-family: Georgia, Times New Roman, Times, serif; 
        color: #C87373; 
        text-transform: uppercase; 
        margin: 0px; 
} 
.news_text { 
        font-size: 10pt; 
        font-family: Georgia, Times New Roman, Times, serif; 
        color: #7B8288; 
        padding: 8px 0 30px 0;        
}
.calendar {
}
.calendar_today {
	background: none;
	padding-bottom: 5px;
}
.calendar_event_1 {
	padding-bottom: 5px;
}
.calendar_event_2 {
	padding-bottom: 5px;
}
.calendar_artist_text {
	font-size: 2em;
	font-weight: bold;
	color: Black;
	background: Lime;
}
.calendar_date_text {
	font-size: 9pt;
	color: #C87373;
	padding: 0;
}
.calendar_date_table {
	border-collapse: collapse;
}
.calendar_event_title_text {
	font-size: 12pt;
	font-weight: bold;
	color: #C87373;
}
.calendar_venue_text {
	font-size: 9pt;
}
.calendar_notes_text {
	font-size: 9pt;
}