﻿div#events {
	position: relative;
	left: 50px;
	top: 15px;
	width: 500px;
	height: auto;
	margin-bottom: 20px;
}
#events p {
	font: 15px/18px Helvetica;
	margin: 15px auto;
	text-align: center;
}
#events a {
	color: #003399; /* blue */
}
#events a:hover {
	font-style: italic;
}
span#event {
	color: #003399;
	font-style: italic;
	font-weight: bold;
}
