body {
	color: black;
	font-size: 12px;
	font-family: Georgia;
	background-color: #555040;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
p {
}
td {
}
a:link {
	color: #9853a6;
	text-decoration: underline;
}
a:visited {
	color: #3bb6b8;
	text-decoration: underline;
}
a:hover {
	color: #3bb6b8;
	text-decoration: underline;
}
a:active {
	color: #555040;
	text-decoration: underline;
}
.main {
	text-align: left;
	padding-right: 15px;
	padding-left: 25px;
}
.footer {
	color: #fff;
	font-size: 10px;
}
.footer a:link {
	color: #fff;
}
.footer a:hover {
	color: #fff;
}
.footer a:visited {
	color: #fff;
}
.schedule {
	color: #7f2990;
}
.header {
	color: #7f2990;
	font-size: 24px;
	font-style: italic;
}
.whitedivide {border-bottom: 1px dotted white; }

.eventtitle, .eventtitle a{
font-size:12px;
font-weight:bold;
color: #7f2990;
}
.eventdatetime{
margin-left:10px;
color: #7f2990;
}
.eventdescription{
margin-left:10px;

}
.monthheader{
font-size:12px;
color:#7f2990;
font-style:italic;
font-weight:bold;
}

.eventlisting {
padding-bottom: 8px;
padding-top: 8px;
border-bottom: 1px dotted #3bb6b8 ;
}

h2 {
		color: #7f2990;
	font-size: 24px;
	font-weight:normal;
	font-style: italic;
	margin-bottom:2px;

}
