/*lettertypen in POINTS definieren*/

* {
margin: 0px;
padding: 0px;
}

body {
background: #fff;
}

p {
color: #000;
}

h1 {

}
