* {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: sans-serif;
}

a {
	text-decoration: none;
	color: #ccc;
	padding: 0em 1em;
}

body {
	background-color: #000;
}

#title {
	text-align: center;
	margin-top: 2em;
	color: #fff;
	font-size: 4em;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#subtitle {
	text-align: center;
	font-size: medium;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #fff;
}

.event {
	margin: 2em auto 0em auto;
	width: 40em;
	background: #444;
	padding: 1em;
	border-radius: 0.5em;
	border: 1px solid orange;
}

.event p {
	padding: 0.5em;
}

.description {
	border-bottom: 1px solid #888;
	font-weight: bolder;
}

#version {
	text-align: center;
	color: #222;
	margin-top: 2em;
}