p {
    font-size:17px;
    color:#555;
}

h1 {
    font-size:20px;
    color:#ff0000;
    background-color:black;
}


body {
    background-color:green
}
 

* {
    margin:0;
    padding:0;
}

.rechteck {

    width:200px;
    height:100px;
}/* Punkt für Klasse*/ 

#rot {
    background-color:red;
}

.klein {
    width:75px;
    height:37px;
}

#gelb {
    background-color:yellow;
}

#blau {
    background-color:blue;
}
