body {
	background: #bbb;
	margin: 40px;
	}

.alles {
	}

.navi {
	background: #fff;
	font: 12px courier,monospace,sans-serif;
	width:720px;
	text-align:left
	padding-bottom:100px;
	}

.links {
	background: #fff;
	text-align:left
	}

.text {
	background: #fff;
	font: 12px verdana,monospace,sans-serif;
	width:720px;
	text-align:left
	margin-top:100px;
	}

.subtitle {
	background: #fff;
	text-align:left
	}

.footer {
	background: #fff;
	font: 12px courier,monospace,sans-serif;
	width:720px;
	text-align:left
	}

h2 {
	font: 20px courier,monospace;
	}

h3 {
        font: 15px courier,monospace;
	font-weight: bold;
	}

pre	{
	background-color: #ddd;
	}
		
