body {
background: #000000;
}

/* link styles */
A:link {
color: #000000;
text-decoration: none;
}

A:visited {
color: #666666;
text-decoration: none;
}

A:active {
color: #ffffff;
text-decoration: none;
}

A:hover {
text-decoration: none;
color: #ff0000;
}
/* link styles */