/* CSS */

body {
background-color: #000000;
}

a {
color: #FF0000;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}