.style1 {
	color: Gray;
}
.home { 
	color: home; 
	font-size: 12pt; 
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #292929;
	font: bolder 12pt;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.calendar {
	color: black; /* text color */
	background-color: #F4A502;
	width: 600px;
	padding: 3px;
	text-align: center;
	margin-left: inherit;
}
.calendar_today {
	background-color: #ffd500;
	width: 98%;
	padding: 2px;
	margin: 4px;
	text-align: center;
	font-size: small;
}
.calendar_event_1 {
	background-color: #FCED00;
	width: 98%;
	padding: 2px;
	margin: 4px;
	text-align: center;
	font-size: small;
}
.calendar_event_2 {
	background-color: #FFFFFF;
	width: 98%;
	padding: 2px;
	margin: 4px;
	text-align: center;
	font-size: small;
}
.calendar_artist_text {
	color: #006699;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}
.calendar_date_text {
	color: black; 
	font-size: 10pt; 
	text-align: center; 
	font-weight: bold
}
.calendar_event_title_text {
	color: #500701;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}
.calendar_venue_text {
	color: black;
	font-size: 10pt;
	font-weight: normal;
}
.calendar_notes_text {
	color: black; 
	font-size: 10pt;
}

