/* DATEI: elli.css */
body { background-color:#eeeeff;
       /*background-image:url(ellibg.png);
          background-repeat:no-repeat;
          background-attachment:fixed;
          background-position:left bottom; */
       color:#58007f;
       font-size:16pt;
       font-style:sans-serif; }

table { width:100%; }

span.rot { color:#ff0000; }
tr.pink { color:#e719c8; }
tr.gruen { color:#1aa800; }
tr.blau { color:#22afff; }

p.mitte { text-align:center; }

p.rechts { text-align:right; }

a:link    { color:#700020;
            text-decoration:none; }
a:visited { color:#700020;
            text-decoration:none; }



