/*
 * Style sheet for the tute bianche pages
 */
   :link { text-decoration: underline; color: #212121 }
   :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; }
   .redc { color: red; }
   .green { color: green; }
   .white { color: #ffffff; }
   .sign { font-size: 75%; }
   .sign1 { font-size: 55%; }
   big { font-size: 140%; }
   body { color: #000; font-family: Arial,Helvetica,"sans serif"; font-size: 10pt }
   h1 { font-size: 200% }
   h2 { font-size: 175% }
   h3 { font-size: 150% }
   h4 { font-size: 130% }
   img { border-width:0px; }
   img.links { float: left }
   img.rechts { float: right }
   p.sign { font-size: 75% }
   .nobr { white-space: nowrap }
   table.links { float: left }
   table.rechts { float: right }
   td { color: #000; font-family: Arial,Helvetica,"sans serif"; font-size: 10pt }
