
/* Stylesheet für www.das-voglhaus.de/kontakt.html
   Ertellt von Werner Merk - URL: www.kunsterbunt.de
   Konstanz, den 31.März 2004 */

body {
 margin: 0px;
 background: url(../bilder/hg.jpg) repeat-x top left;
 }

p, td {
 font-family: verdana,arial,helvetica;
 color: black;
 font-size: 8pt;
 line-height: 12pt;
 margin-bottom: 5px;
 margin-top: 5px;
 }

p b {
 color: black;
 font-size: 8pt;
 font-weight: bold;
 }

a {
 font-family: verdana,arial,helvetica;
 color: darkslategray;
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color: crimson;
 text-decoration: none;
 }