/*
 * Style sheet for the character pages
 */
   :link { text-decoration: underline; color: #ff0000; }
   :visited { text-decoration: underline; color: #778899; }
   :active { text-decoration: underline; color: red }
   .center { text-align: center }
   .right { text-align: right }
   .justify { text-align: justify }
   .ende { text-align: center; font-size: 8pt; font-weight: bold; }
   .red { color: red; }
   .reda { color: #800000; }
   .redb { color: #dc143c; }
   .darkred { color: #b22222; }
   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: 120% }
   hr { height: 0.5px; }
   td { color: #000; font-family: Arial,Helvetica,sans-serif; font-size: 10pt; }