body {
	margin-left: 7%;
	margin-right: 7%;
}
p {
	margin: 0em 0em !important;
	padding: 0em 0em 0em 0em !important;
	text-indent: 2em !important;
	text-align: justify !important;
}
h1 {
	color: #c35617;
}
h2 {
	color: #151B8D;
}
hr {
	margin-left: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 0em;
}
pre {
	font-family: monospace;
	background-color: #f0f0f0;
	color: #640000;
	margin: 0em 3em;
	padding: 0.2em;
	text-indent: 0em;
	display: block;
	border: dashed 1px black;
}
samp {
	background-color: #e0e0f0;
}
.command {
	background-color: #ffe0e0;
	color: black;
	font-family: monospace;
	white-space: pre;
	margin: 0em 3em;
	padding: 0.2em;
	text-indent: 0em;
	display: block;
	/* compact value is CSS 3, but Konqueror-3.5 supports it */
	display: compact;
	border: none;
}
