a.menu:link {
text-decoration: none;
color: #000000;
}
a.menu:visited {
text-decoration: none;
color: #000000;
}
a.menu:hover {
text-decoration: none;
color: orange;
}
a.menu:active {
text-decoration: none;
color: red;
}
</style>
y en el html pones :
<a href="http://www.direccion.com" class="menu">Enlace </a>
espero que esto te sirva
![Adios](http://static.forosdelweb.com/fdwtheme/images/smilies/adios.gif)
__________________