div.eventTitle,  div.eventTitle a {
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
div.eventTitle a {
	color:#511865;
}
div.eventTitle a:hover {
	text-decoration: underline;
}
div.eventTime {
	font-weight: normal;
	font-size: .8em;
}
div.eventType {
	font-weight: normal;
	font-size: .8em;
	text-align: right;
}
div.eventCaption {
	margin: 10px;
	font-size: .9em;
}
div.eventDate {
	border: 1px solid #CCC;
	background-color: #DEDEDE;
	padding: 5px;
}
div.eventCategory {
	font-size: .8em;
}
p.activityHeadline {
	text-transform: capitalize;
}
ul.eventList {
	margin-left: 0;
	padding-left: 0;
}
ul.eventList li {
	margin: 5px 15px;
	padding: 10px;
	border: 1px solid #EEE;
	list-style: none;
}