body {
	background-color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

section {
	width: 600px;
	height: 600px;
	margin: 3em auto 0 auto;
	background-color: white;
	border: 1px solid #999;
	padding: 0;
	box-shadow: 0 0 9px rgba(0,0,0,.3);
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 1.84em;
	letter-spacing: .01em;
}

h3 {
	font-size: 1.4em;
	letter-spacing: .045em;
	margin-top: .3em;	
}

h4 {
	font-size: 1.6em;
	margin-bottom: .2em;
}

.location p {
	font-size: 1.3em;
}

.dates ul li {
	font-size: 1.5em;
	letter-spacing: .04em;
	margin-bottom: .1em;
}

.circle span {
	display: block;
	background-color: #bbb;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}






