BODY {
        color: white;
        background-color: #101030;
}

a:link    { color: cyan;     background: transparent; }
a:visited { color: pink;     background: transparent; }
a:active  { color: cyan;     background: transparent; }
a:hover   { color: yellow;   background: transparent; }
