BODY {
        color: white;
        background-image: url(images/acetone_bg.png);
        background-attachment: fixed;
        background-color: #02013A;
}

a:link    { color: #EEEE00;  background: transparent; }
a:visited { color: #BF3EFF;  background: transparent; }
a:active  { color: #EEEE00;  background: transparent; }
a:hover   { color: white;    background: transparent; }
