/* CSS-Dokument für die Allgemeine Welt */
h1 {
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	color: #999;
}
h2 {
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999;
	color: #999;
}
ol {
	margin-left: 2.5em;
}

