No necesitas aplicarle estilos a tus links.. solo a tu imagen.... prueba con ésto:
Cita: <html>
<head>
<style>
.bordes { border-color: blue;}
</style>
</head>
<body>
<a href="j">
<img src="1.gif" alt="mm,l" width="50" height="50" class="bordes"></a>
</body>
</html>
Salu2 y espero te sirva..