/* name: hackt.css (C) 2001 G.org */
/* Stylesheet for wer.hackt.net */
body      { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; }

a:link    { color: #FFFF7F; text-decoration: none; }      /* IE: ok  NS: ok (unbesucht )   */
a:visited { color: #FFFF7F; text-decoration: none; } /* IE: ok  NS: ok (besucht)      */
a:hover   { color: #7FFF7F; text-decoration: underline; } /* IE: ok  NS:    (maus drüber)  */
a:active  { color: #FF0000; }                             /* IE: ok  NS:    (klick/rahmen) */

div       { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
            color: #7F7FFF;
            font-size: 16px; }                             /* ganzes dokument */
