en la etiqueta body define el color del texto, los enlaces etc.
Código:
<body text="color del texto" link="color del link" alink="color del link activo" vlink="color del link visitado">
O sinó, usa stilos.
Código:
<style>
a {color: black;}
a:hover {color: black;}
a:visited {color: black;}
</style>
Joe Tawers
http://www.ilimit.com/towers