



body {
    color: black; 
    font-size: 16 px; 
    font-family: Arial, sans-serif
}


h1 {
    font-size: 2,25em;
    
}

h2 {
font-size: 1em;

}

h3 {
    font-size: 0,8em;
    
}

h4 {
    font-size: 0,667em;
    
}

h5 {
    font-size: 0,444em;
    
}

h6 {
    font-size: 0,296em;
    
}
body {
text-align: justify;
}


p.ex {
    color: #000000;
   
}


.rechts {
float: right;
margin-left: 10px;
}






This is heading 1

This is an ordinary paragraph. Notice that this text is red. The default text-color for a page is defined in the body selector.

p.ex1 {
    font: 80px arial, sans-serif;
}


body {
background-image:url(http://www.anja-brinkmann.com/wp-content/uploads/Skizzenbuch-Hintergrund-Anja-Brinkmann2.jpg);
}





