body { background-color: #FCE597; }

/*  ... Links ... */
a:link { color: #003366; }
a:visited { color: #660000; }
a:active { color: #9900CC; }

/*  ... Üerschrift ... */
h1 { font-family: tahoma, arial, "times new roman";
     color: #D05222;
     text-align: center;
     font-size: 14px;
     line-height: 30px;
     letter-spacing: 5px;
     border: 1;
     border-style: dotted;
   }

/*  ... Text ... */
td { font-family: tahoma, arial, "times new roman";
     color: #000000;
     font-size: 12x;
   }

/*  ... Text ... */
.inhalt { font-family: arial, "times new roman";
          color: #000000;
          text-align: justify;
          font-size: 13px;
        }
