/* styles.css */

/* Formatdatei für alle Seiten */

body { background-color:#ADD8E6;
       margin-left:50px; }
* { color:#000000; }
h1 { font-size:200%;
     color:#800080;
	 font-family:Arial;
	 font-weight:bold;}
h2 { font-size:120%;
     color:#000000;
	 font-family:Arial;
	 font-weight:bold;}
h3 { font-size:80%;
     color:#000000;
	 font-family:Arial;
	 font-weight:bold;}
p  { font-size:100%;
     color:#000000;
     font-family:Arial;}
a  { font-size:100%;
     color:#800080;
	 font-style:italic;
     font-family:Arial;}
