body {
	text-align: center;
	margin: 0;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.header {
	width: 100%;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
}

.header h1 {
	font-size: 400%;
}

pre {
	text-align: left;
}

.message {
	/*width: 95%;*/
	padding: 10px;
	border: 1px solid #000;
	margin: 10px;
	color: #000;
	background-color: #CCC;
}

.message.good {
	background-color: #CFC;
}

.message.information {
	background-color: #FFC;
}

.message.error {
	background-color: #FCC;
}

.sidebar {
	float: left;
	height: 80%;
	width: 5%;
	border: 1px solid black;
}
