/*
 * Style sheet for the s11 pages
 */
   :link { text-decoration: underline; color: #00008b; }
   :visited { text-decoration: underline; color: #669966; }
   :active { text-decoration: underline; color: red }
   .blink { text-decoration: blink }
   .zentriert { text-align: center }
   .rechts { text-align: right }
   .blocksatz { text-align: justify }
   .green { color: #2f4f4f; }
   .redc { color: red; }
   .reda { color: #800000; }
   .redb { color: #dc143c; }
   .darkred { color: #b22222; }
   .blue { color: #000080; }
   .blue1 { color: #6495ed; }
   .gray { color: #778899; }
   body { color: #000; font-family: Arial Narrow,Helvetica,sans-serif; font-size: 12pt; }
   h1 { font-size: 190% }
   h2 { font-size: 170% }
   h3 { font-size: 160% }
   h4 { font-size: 125% }
   img { border-width:0px; }
   table { margin-left:auto; margin-right:auto }
   td { color: #000; font-family: Arial Narrow,Helvetica,sans-serif; font-size: 12pt; }

