BODY {
     background: #000000;
     text-align: center;
     background-image: url(mauer.jpg);
     font-weight: bold;
     font-family: Times New Roman, Verdana, Tahoma, sans-serif; color: #FFF;
     font-size: 9pt;
}

P, H1, H3, A {
      font-family: Times New Roman, Verdana, Tahoma, sans-serif;
color: #FFF;
  font-size: 8px;
  line-height: 0.1em;
}

H2 {
      font-family: Times New Roman, Verdana, Tahoma, sans-serif;
  color: #FFF;
  font-size: 20px;
  line-height: 0.2em;
}

P, A {
  font-size: 10pt;  
  letter-spacing: 0.0em;
   margin-bottom: 12px;
}

H1 {
   color: #FFF;
   font-size: 15pt;
   letter-spacing: 0.0em;
}

H3 {
   color: #FFF;
   font-size: 13pt;
   letter-spacing: 0.0em;
}

A:link {
       color: #FFFFFF;
       text-decoration:none
}

A:visited {
          color: #ffffff;
          text-decoration:none
}

A:active {
         color: #f0f0f0;
         background=#00ccbb;
         text-decoration:none
}

A:hover {
        color: 000000;
        text-decoration: none;
        background=#ffffff;
        border-top: 1px double #fff;
        border-bottom: 1px double #fff;
}


