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

a:link    { color: white;    background: transparent; }
a:visited { color: red;      background: transparent; }
a:active  { color: white;    background: transparent; }
a:hover   { color: yellow;   background: transparent; }
