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