.Kopfzeile {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-style: italic;
	color: #993399;
	text-decoration: underline;
	font-weight: bolder;
	text-transform: capitalize;
}
.subzeile {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #FF0099;
	text-transform: none;
	text-align: center;
	background-color:#FFFFFF;
}
.Menu {
	background-position: center center;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.Section {
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}
.PlainText {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.Back {
	background-color: #ffd2d7;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0099;
}
.Back2 {
	background-color: #ffd2a5;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #993399;
}

body { background-color: #ffd2d7; }

a:link {
	color: #ff05d3;
	text-decoration: none;
}
a:visited {
	color: #ff05d3;
	text-decoration: none;
}
a:hover {
	color: #CCFF00;
	text-decoration: none;
}
a:active {
	color: #ff05d3;
	text-decoration: none;
}
a {
	font-family: Verdana;
}
a.Menu { color:#FFFFFF; }
a:hover.Menu { color:#CC33FF; }
a:visited.Menu { color: #ffffff; }
a:active.Menu { color:#FFFFFF; }
