body {
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	text-align: center;
	background-color: #f9f0df;
}
	
.container {
	width: 400px;
	text-align:left;
	margin:0 auto;
	padding: 2em;
	background-color: #faf7f2;
	border:1px solid #e2d9c9;
	color:  #353432;
	position: relative;
}

.lang-select {
	position:absolute;
	right:1em;
	top:1em;
	font-size: small;
}

a.lang-select {
	color: #a3a099;
}

h1 {
	font-weight: lighter;
	letter-spacing: 1.2pt;
	font-size: 26pt;
	margin:0.5em 0 0 0;
}

h2 {
	font-weight: 100;
	letter-spacing: 1.2pt
}

p {
	letter-spacing: 0.3pt
}

hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #dcdad6;
	margin:2em 0;
}

a {
	color: #3784a2;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
	margin:0;
	padding:0;
}

ul > li {
	margin: 0.5em 0;
}

.subtitle {
	font-weight: bold;
	margin:0 0 1em 0;
}

