@font-face {
	font-family: 'jls';
	/* Font by http://www.dafont.com/m-g-adkins.d2344 */
	src: url('../fonts/JLSSpaceGothicC_NC.otf');	
}

html {
	margin-top: 32px;
	margin-bottom: 32px;
	font-family: 'jls';
	font-size: 1.5em;
	background: url('../img/bg.png');
	color: white;
}

div {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
}

#ludumdare {
	text-align: center;
}

div.box {
	background: #332530;
	border: 2px solid;
	border-radius: 8px;	
	margin-top: 16px;
	margin-bottom: 16px;
}

p {
	padding: 8px;
}

ul {
	padding: 8px;
}

ul li {
	padding: 8px;
}

h3 {
	font-size: 1.75em;
	margin-bottom: 8px;
}

a {
	color: #F9B6EC;
}

a:visited {
	color: #F9B6EC;
}

a:hover {
	color: #D39CC9;
}