/*
 * Style sheet for the 5 year seattle pages
 */
   :link { text-decoration: underline; color: #f5f5f5; }
   :visited { text-decoration: underline; color: #c0c0c0; }
   :active { text-decoration: underline; color: #ff0000; }
   .zentriert { text-align: center; }
   .rechts { text-align: right; }
   .blocksatz { text-align: justify; }
   .redc { color: red; }
   .reda { color: #af0000; }
   .black { color: #000000; }
   .blue { color: blue; }
   .big { font-size: 14pt; }
   body { color: #f5f5f5; font-family: verdana; font-size: 10pt; }
   h1 { font-size: 180% }
   h2 { font-size: 160% }
   h3 { font-size: 130% }
   h4 { font-size: 115% }
   hr { height: 0.5px; }
   img { border-width:0px; }
   table { margin-left:auto; margin-right:auto }
   td { color: #f5f5f5; font-family: verdana; font-size: 10pt; }