@font-face {
	font-family: 'Helvetica Neue Condensed';
	src: url(/fonts/HelveticaNeue-Condensed.ttf) format('truetype');
}

body {
	background-color: black;
	font-family: 'Helvetica Neue Condensed';
	font-size: 18px;
	color: white;
}

.content {
	max-width: 1280px;
	margin: auto;
	text-align: center;
}

li {
	text-align: left;
}

a {
	color: white;
	text-decoration: underline;
}

a:visited {
	color: silver;
}