BODY {
        color: WHITE;
        background-color: BLACK;
}

a:link    { color: #FF66FF;  background: transparent; }
a:visited { color: #FF3E96;  background: transparent; }
a:active  { color: #FF66FF;  background: transparent; }
a:hover   { color: red;      background: transparent; }
