body {
	background-color: #E0BD90;
}
H1 {
	font-family: arial, sans-serif;
	font-size: 18px;
	color: black;
}
H2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: black;
}
H3 {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: black;
}
H4 {
	font-family: arial, sans-serif;
	font-size:  8px;
	color: black;
}
P {
	font-family: "Myriad Web Pro", "MS Reference Sans Serif", sans-serif;
	font-size: 12px;
	color: black;
}
img {
	border: 1px solid #000000;
}
.links {
	margin-right: 20px;
}
.rechts {
	margin-left:  20px;
}
A {
	color: black;
	text-decoration: underline;
}
A:hover {
	color: black;
	text-decoration: underline;
}
A:active {
	color: #CCCCCC;
	text-decoration: none;
}
