/* DATEI: css2.css */

body {
    margin-top:40px;
    margin-left:45px;
    margin-right:45px;
    margin-bottom:20px;
    background: #E0E3CC;
    text-align: center;
    color: black;
    }

p {
    font-family: 'Verdana', 'sans-serif';
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    color: #800000;
    width: 450px;
    }

h1 {
 font-family: 'Bangle', 'Georgia', 'sans-serif';
 font-size:20pt;
 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;
  }