/* name: index.css (C) 2001 G.org */
/* Stylesheet for izzi.info       */
body,td   { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;
            background-color: #000033;
            color: 003366;
            font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; }

a:link    { color: #005EBD; text-decoration: none; }      /* IE: ok  NS: ok (unbesucht )   */
a:visited { color: #005EBD; text-decoration: none; }      /* IE: ok  NS: ok (besucht)      */
a:hover   { color: #007FFF; text-decoration: underline; } /* IE: ok  NS:    (maus drüber)  */
a:active  { color: #FF0000; }                             /* IE: ok  NS:    (klick/rahmen) */

.s16      { font-size: 16px; }
.s20      { font-size: 20px; }