


BODY {
	font-style: normal;
	/* ganz hellblauer Hintergrund */
	background-color: #E4ECED;
	color: black;
	margin-left: 50px;
	margin-right: 50px;
}

p {
	color: black;
	font-size: large;
	
	}


p b{
color: Black;
font-weight: bolder;

}



h1 {
	font-family: sans-serif;
	font-style: oblique;   
	
}



H1 {
	color: Blue;
	font-size : x-large;
	;
}

H2 {
        text-decoration : none;
        font-size: large;
}

H3 {
        font-size: medium;
}

H4 {
        font-size: small;
}
H2,H3,H4 {
        font-style: normal;
}


UL {
       /* margin-left: 10%; */
}
