body {
background: black;
color: white;
background-attachment: fixed;
}

a:link {
color: #EEE;
background: none;
}

a:visited {
color: #CCC;
background: none;

a:active {
color: white;
background: black;
}