<!-- Copyright Wolfgang Raetz - W.Raetz@web.de; Berlin 10/2007 -- background-color: lightgray -->

<style type: "text/css">
  <!-- 
  /*  ... Style-Sheet-Angaben ... */


  a:active { color: gray;
  }

  a:link { font-family: "Times New Roman";
            font-style: normal;
            color: black;
            text-decoration: none; 
  }

  a:visited { font-family: "Times New Roman";
               color: gray;
               font-weight: normal;  
               font-style: normal; 
               text-decoration: none;
  }

  a:focus { text-decoration: underline;
            font-weight: bold; 
            color: blue; 
           }

  a:hover { color: blue; 
           }

/*--------------------------------------------------*/

  body { background-color: lightgray;
         background-image: "bg-green.jpg"; 
         color: black;
         font-style: normal;
         font-size: normal; 
  }

   
  table { color: black;
           font-family: "Times New Roman";
           font-size: normal; 
           align: left;
           valign: top;
           background: lightgray; 
           bordercolor: gray;
           border: 1; 
  }

  th { color: black;
           font-family: "Times New Roman";
           font-size: normal; 
           font-style: normal;
           text-decoration: underline;
           align: left;
           valign: top;
           background: lightgray; 
           bordercolor: gray;
           border: 1; 
  }

  h1  { color: black;
          font-size: x-large; 
          font-style: normal;
          font-weight: bold ;
          text-shadow: gray;
          margin-top: 10px;
  }
   
  h2  { color: black;
          font-size: large; 
          font-style: normal; 
          font-weight: bold;
          margin-top: 5px;
  }

  h3  { color: black;
          font-size: large; 
          font-style: normal; 
          font-weight: normal;
          margin-top: 5px; 
  }


  li { color: black;
       font-size: normal;
       margin-top: 3px;
  }

  p  { color: black;
          font-size: normal; 
          font-weight: normal;
          margin-top: 20px;
          line-height: 100%;
  }


/*--------------------------------------------------*/
</style>
