/* DATEI: css2.css */

body {
 margin-top:55px;
 margin-left:65px;
 margin-right:65px;
 margin-bottom:15px;
 background: #E0E3CC;
 color: black; }

p {
 font-family: 'Verdana', 'sans-serif';
 font-size: 11pt;
 font-weight: bold;

 color: #800000;
}

h1 { font-family: 'Bangle', 'Georgia', 'sans-serif'; font-size:18pt; color:#008000; }

h2 {font-family: 'Elephant', font-size:11pt; color:#004080; }

h3 { font-family: 'Georgia', 'Verdana', 'sans-serif'; font-size:12pt; color:#800000; }

h4 { font-family: 'Georgia', 'Verdana', 'sans-serif'; font-size:14pt; color:#800000; }


a:link { color:#008000; text-decoration:none; }
a:visited { color:#772200; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
