<style>
<!--
.estilo:link {color: black; text-decoration: none}
.estilo:visited {color: blue; text-decoration: none}
.estilo:active {color: red; text-decoration: none}
.estilo:hover {color: gray; text-decoration : none}
-->
</style>
Atribuindo o estilo ao link :
<a href="link.html" class="estilo"><b>Link</b></a>