body {
	background-color: white;
	color: black;
	font-family: 'Muli', sans-serif;
	font-size: small;
}

a {
	text-decoration: underline;
}

#container {
	width: 800px;
	margin: auto;
}

#header {
	text-align: center
}

#maincontent {
	width: 100%;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

#bodytext {
	float: none;
	width: 400px;
}

#footer {
	text-align: center;
	font-size: smaller;
}

.indent {
	margin-left: 20px;
}
