/* externes Stylesheet *//*font Objects============Quelle: https://www.w3schools.com/tags/tag_p.aspMost browsers will display the <p> element with the following default values: p {    display: block;    margin-top: 1em;    margin-bottom: 1em;    margin-left: 0;    margin-right: 0;} *//* ab hier selber kreiert *//**************************/  big {  font-weight: bold;}p {    display: block;    margin-top: 0px; /* geändert */    margin-bottom: 0px; /* geändert */    margin-left: 0;    margin-right: 0;} xyz {  /* color:#FF9F00; */  /* Farbe orange */  font-size: 14pt;  /* Größe 28pt   */  font-weight: bold;  /* font-family:arial, "lucida console", sans-serif; */ /* Schriftart */  /* font-family: 'gl-suetterlin-medium', sans-serif; */ /* Sütterlin */  /* font-family: 'WebFont', Arial, sans-serif; */  font-family: 'WebFont';}  