body {
margin-top: 50px;
margin-right: 100px;
margin-bottom: 50px;
margin-left: 100px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #ffffcc;
line-height: 1.5;
}
/*Die Ränder sind verschieden. Die Schrift ist entweder Verdana oder Arial oder Helvetica oder Sans-Serif. Die Hintergrundfarbe ist ffffcc, das ist ein helles Gelb.*/


h1 {
color: #0033cc;
text-align: center;
}
/* Überschrift blau und zentriert */


h2, h3, h4, h5, h6 {
color: #0033cc;
}
/* Überschriften blau */


hr {
color: #FF0000; width="90%"; height="3";
}
/*Linien rot, Breite 80 %, Höhe 3 Pixel. */


ul {
list-style-type: square;
color: #E10000;
line-height: 1.5;
}
/*Alle Aufzählungen sind Rechtecke in roter Farbe.*/


img {
float: left;
padding: 15px;
}   

/* Text soll Bild links umfließen */

/*
table {

border: 2px;
border-color: #0033cc;
border-style: solid;
}


td {
width: 800px;
}

*/





