body {
	background-color: black;
	color: white;
}

a:link {
	color: #f7a218;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffff33;
	text-decoration: underline;
}

a:visited {
	color: #ffff33;
	text-decoration: none;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	padding-top: 25px;
	width: 100%;
	text-align: center;
}

#navigation div {
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
	font-size: x-large;
}

.activeTab {
	background: #0c1e3d;
}

.inactiveTab {
	background: black;
}

#content {
	background: #0c1e3d;
	padding: 60px;
}

.centered {
	text-align: center;
}

.event-box {
	background-color: #11397f;
	margin: 3px;
}

.heading {
	color: #ffff33;
	font-size: larger;
	padding-top: 40px;
}