a:link {
    color: #FF0000;
}
a:visited {
    color: #FF0000;
}
a:hover {
    color: #FF0000;
} 
body {
	background-color: #000000;
}

