.header h1, .header h2 {
	text-align : center;
}

.footer {
	border-top : 1px solid gray;
	padding-top : 0.5em;
}

.disclaimer {
	border-top : 1px solid gray;
	padding-top : 0.5em;
	margin-top : 0.5em;
	font-size : small;
	font-style : italic;
}

h3 {
	margin-bottom : 0.3em;
}

body > ul {
	margin-top : 0.3em;
}

.samp, .code {
	margin-left : 2.75em;
	padding : 0.5em;
	white-space : pre;
	font-family : monospace;
}

.user {
	color : blue;
}

