/* Datei: style.css */
body { margin:0px; background: #c0c0c0; }
h1 { font-family: "Courier New", "Courier";
     font-size: 300%;
     color: #0020ff;
     text-align: center;
}
h2 { font-family: "Courier New", "Courier";
     font-size: 200%;
     color: #0020ff;
     padding: 2px;
     text-align: center;
}
h3 { font-family: "Courier New", "Courier"; 
     margin-left: 20px;
     text-align: center;
     color: #0020ff;
}
header { 
         text: #0020ff;
         padding: 2px;
         text-align:center;
}
nav, footer { text-align: center;     color: #0020ff;   }
p { font-family: "Verdana", "Geneva"; }
li { font-family: "Verdana", "Geneva"; }
article p { margin: 20px; }
article ul { margin: 200px; }
hr { color: #c0c0c0; }
