/*FORMATIERUNG FUER KONTAKTSEITE*/

<!--
body {
  color: #000000; background-color: #8080FF;
  font-size:16px ;
  font-weight:bold;
  line-height:140%;
  font-family: Arial,Helvetica,sans-serif;
  margin: 0px; padding: 0px;

}


p         {
          font-family:Arial,Helvetica,sans-Serif;
          font-size: 12px;
          font-weight:bold;
          color:#000000;
          letter-spacing:1px;
         }

td        {
          font-family:Arial,Helvetica,sans-Serif;
          font-size: 12px;
          font-weight:bold;
          color:#000000;
          letter-spacing:1px;

         }


a:link {color:#000000; text-decoration: none}
a:visited {color:#000000; text-decoration: none}
a:active {color:#FFFFFF; text-decoration: none}
a:hover {color:#FFFFFF; text-decoration: underline}


 -->
