body {
	background: #000;
	color: #eee;
	font-family: Georgia, Arial;
	text-align: center;
	}
	
h2, h3 {
	color: #F3E5AB;
	}
	
a {
	color: #F3E5AB;
	text-decoration: underline;
	}
	
a.nobg:hover {
	background: #000;
	}
	
.large a {
	padding: 4px;
	margin: 2px;
	}

.nav {
	width: 100%;
	text-align: center;
	}
	
.nav a {
	padding: 2px;
	margin: 2px;
	}
	
a:hover {
	color: #000;
	background: #F3E5AB;
	}
	
.large {
	font-size: 18px;
	}