Html css

Tenho uma dúvida…gostaria de uma sugestão de como proceder segue codigo abaixo

<span style="text-decoration: line-through;">
        <p style="text-align: justify;text-indent: 30px">
                <span style="font-size: small;">
                          <span style="font-family: arial,helvetica,sans-serif;">
                                    <span style="color: #000000;">
                                                    Aenean aliquam ultricies nunc, a tristique velit consectetur eget. 
                                                                             <a href="/documentos/doc7777.html#1574" >Click aqui</a>
                                     </span>
                          </span>
               </span>
             </p>
</span>

Gostaria que apenas o texto ficasse tracejado, mas nao o link.
Teria como? ou ele faz certo, a herança do css nao permite que eu coloque um estilo no link que remova o tracejado?
Não sei c fui muito claro

mbarreti não entendi muito bem sua dúvida, mas dá uma olhada nesses links aqui:

[list]http://maujor.com/tutorial/fund_links.php[/list]
[list]http://maujor.com/tutorial/csslinks.php[/list]

Acho que poderão lhe ajudar.

Abraços :smiley: :smiley:

Faz assim.

 &lt;span&gt;  
         <p >  
                 &lt;span style="font-size: small;"&gt;  
                           &lt;span style="font-family: arial,helvetica,sans-serif;"&gt;  
                                     &lt;span style="color: #000000; text-decoration: line-through;"&gt;  
                                                     Aenean aliquam ultricies nunc, a tristique velit consectetur eget.  
                                      &lt;/span&gt;  
					<a  >Click aqui</a>
                           &lt;/span&gt;  
                &lt;/span&gt;  
         </p>  
 &lt;/span&gt;