/* CSS Level 1, Thomas Dorn, Firma Dorn IE  V1.2
  Baut auf xi.css auf - überschreibt im Wesentlichen P
*/
BODY {
        margin: 10pt;
        background-color: #333366;
        /* background-image: URL("pics/back.gif");
        background-position: center;
        background-attachment: fixed; 
        background-repeat:no-repeat; */
        color: #7fa9d3;
	font-family: Arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
}

P {
    color: #7fa9d3;
    font-family: Arial, helvetica, sans-serif;
        font-style: normal;
        font-size: 12pt;
    background-color: #333366;
    margin: 10px;
}


