body {
	/*background-color: #3d454e;*/
	background-color: #191b22;
	margin: 80px auto;
	padding: 0 10%;
	min-width: 500px;
	font-family: sans-serif;
	max-width: 700px;
}

header {
	margin-bottom: 40px;
}

h1, h2 {
	padding: 0 27px;
	font-weight: lighter;
	margin-bottom: 0;
}

h1 {
	font-size: 26pt;
	color: #eee;
	letter-spacing: 6px;
}

h2 {
	margin-top: 5px;
	font-size: 10pt;
	color: #616d7a;
	letter-spacing: 2px;
}

p {
	margin-top: 30px;
	text-indent: 27px;
	font-family: sans-serif;
	font-weight: lighter;
	font-size: 11pt;
	line-height: 20pt;
	color: #eee;
}

a {
	color: #a4c5f0;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
}

.hasinfo {
	color: #a4c5f0;
	cursor: help;
}

.hasinfo:hover {
	border-bottom: 1px dashed;
}

footer {
	margin-top: 40px;
}

footer p {
	margin: 0px;
}



.small {
	font-size: 9pt;
}

.appearing {
	opacity: 0;
	font-size: 0pt;
}

.userlist li {
	display: none;
	list-style: none;
	font-weight: lighter;
	font-size: 15pt;
	line-height: 1.5em;
	letter-spacing: 3px;
	text-indent: 100px;
	color: #eee;
}
