/*
 * Style sheet for the 404 page
 */
   :link { text-decoration: underline; color: #212121 }
   :visited { text-decoration: underline; color: #778899 }
   :active { text-decoration: underline; color: red }
   .blink { text-decoration: blink }
   .zentriert { text-align: center }
   .rechts { text-align: right }
   .blocksatz { text-align: justify }
   .out { color: #c7c7c7; font-size: 8pt; }
   .comic { font-family: Comic Sans MS,Arial,Helvetica,sans-serif; }
   .times { font-family: "Times New Roman",times,roman,serif; }
   body { color: #000; font-family: Arial,Helvetica,sans-serif; font-size: 10pt; }
   h1 { font-size: 190% }
   h2 { font-size: 170% }
   h3 { font-size: 150% }
   h4 { font-size: 117% }
   img { border-width:0px; }
   img.links { float: left; margin: 5pt; }
   img.rechts { float: right; margin: 5pt; }
   table { margin-left:auto; margin-right:auto; border:thin solid black; border-width: 1px; background-color: #dcdcdc; }
   td { color: #808080; background-color: #f5f5f1; font-family: Arial,Helvetica,sans-serif; font-size: 8pt; }
   td.small { font-size: 7pt; }
