BODY {
	background-color: white;
	font-family: "Franklin Gothic Medium", Arial;
	background: url(hintergrund3.jpg) no-repeat fixed center;
	margin-left: 40px;
	margin-right: 40px;
}

h1 {
	color: navy;
	font-family: "Franklin Gothic Medium", Arial;
	font-size: 36pt;
	font-weight: normal;
	text-shadow:maroon;
	text-align:center
}

h2 {
	color: navy;
	font-family: "Franklin Gothic Medium", Arial;
	font-size: 18pt;
	font-weight: normal;
	text-shadow:maroon;
	text-align:center
}

h3 {
	color: navy;
	font-family: "Franklin Gothic Medium", Arial;
	font-size: 12pt;
	font-weight: normal;
	text-align:center
}

h4 {
	color: navy;
	font-family: "Franklin Gothic Medium", Arial;
	font-size: 9pt;
	font-weight:normal;
	line-height: 9pt;
	text-align:center
}

p {
	color: navy;
	font-family: "Franklin Gothic Medium", Arial;
	font-size: 12pt;
	font-weight: normal;
	text-align:left
}

A {
	color:#990099;
	text-decoration: none;
}

A:HOVER {
	color: maroon;
	text-decoration: none;
}

A:ACTIVE {
	color:#CC0000;
	text-decoration: none;
}
ul {	text color: navy;
	list-style-image: url(button.jpg);
	}
