.kursiv {
	font-style: italic;
	color: #330099;
}
.rot {
	font-style: italic;
	color: #FF0000;
}
.farbegelb {
	color: #FFFA9C;
}
.klein {
	font-size: 12px;
	color: #000000;
}
.ueberschrift-1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #0083cc;
}

.ueberschrift-2 {
	font-size: 28px;
	font-weight: bold;
	color: #0083cc;
}
.ueberschrift-3 {
    font-size: 22px;
	font-weight: bold;
	color: #0083cc;
}
.ueberschrift-4 {
    font-size: 18px;
	font-weight: bold;
	color: #0083cc;
}
.fett{
	font-weight: bold;
	}

body {
	color:#000000;  
	font-family:Arial;
	font-size: 16px;
}
a:link { color:#FFFA9C; }
a:visited { color:#FFFA9C; } 
a:active { color:#FFFA9C; } 
a:hover { color:#FFFA9C; } 
