try this (i haven't tested it.
Code:
<style>
a:link { text-decoration: none;
color: #FFFFFF;
background-color: #000000;
}
a:active { text-decoration: none;
color: #FFFFFF;
background-color: #000000;
}
a:visited { text-decoration: none;
color: #FFFFFF;
background-color: #000000;
}
a:hover { text-decoration: none;
color: #FF4400;
background-color: #000000;
}
</style>