 
			
				12/02/2008, 08:31
			
			
			     |  
        |     |    |    Fecha de Ingreso: enero-2007  
						Mensajes: 406
					  Antigüedad: 18 años, 9 meses Puntos: 5     |        |  
  |      Re: Color de los vínculos        Si diseñas con css yo probaria con poner: 
<style type="text/css"> 
columna1 a:link {text-decoration:none;font-weight:bold;color:#yyyyyy; 
   } 
columna1 a:visited {text-decoration:none;font-weight:bold;color:#yyyyyy; 
   } 
columna1 a:hover {text-decoration:underline;font-weight:bold;color:#yyyyyy; 
    } 
columna2 a:link {text-decoration:none;font-weight:bold;color:#xxxxxx; 
   } 
columna2 a:visited {text-decoration:none;font-weight:bold;color:#xxxxxx; 
   } 
columna2 a:hover {text-decoration:underline;font-weight:bold;color:#xxxxxx; 
    } 
</style> 
Aunque no se si funcionara, nunca he probado, solo se que funciona si lo pones en el body. 
Espero haberte ayudado, saludos               |