/*  Style sheet für Antennengarten.de      stil1.css   */

         /*background-color: #d8da3d;*/

  body {   color: black;
           background-color: #d8da3d;
           font-size: 16pt;}


 #box1 {
  width: 1792px;
  height: 1000px;
  background-color: white;
  background-image: url("antennengarten.jpg");
}



h3 { color: red:
     background-color: white
      }

H1 {
  color: red;
  text-align: center;
    }

H2 {
  color: blue;
  text-align: center;
    }




H1 {
  font-size: 36pt;
  font-family: serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}

H2 {
  font-size: 24pt;
  font-family: serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}
