css-problem mit absätzen <p><strong>in firefox

  • Hallo,
    ich habe auf meiner Firmenpage ein Problem mit der Formatierung der Absätze

    in Firefox.

    Unter http://www.tischlerei-schacht.de/gusseisenfenster.html zum Beispiel habe ich einige Teile der Absätze mit hervorgehoben. Allerdings denkt Firefox, es handle sich um Links und verändert die Schrift, wenn ich mit der Maus rüberfahre. Hierzu der entsprechende Teil aus der CSS-Datei:
    [b]p{
    font-family: Arial, Helvetica, sans-serif;color: #000000; text-decoration: none; text-align: left; font-weight: normal; font-style: normal;font-size:10.5pt;text-decoration:none; }
    p :link{ font-family: Arial, Helvetica, sans-serif;color: #000000; text-decoration: none; text-align: left; font-weight: normal; font-style: normal;font-size:8pt;}
    p :visited{ font-family: Arial, Helvetica, sans-serif;color: #000000; text-decoration: none; text-align: left; font-weight: normal; font-style: normal;font-size:8pt;}
    p :hover{ font-family: Arial, Helvetica, sans-serif;color: #000000; text-decoration: underline; text-align: left; font-weight: normal; font-style: normal;font-size:8pt;}

    Was kann ich tun?Hoffe, es kann mir jmd eine einfache Lösung vorschlagen.

    Viele Dank schonmal.

    Gruß,

    Markus

  • Code
    p :link{ font-family: Arial, Helvetica, sans-serif;color: #000000; text-decoration: none; text-align: left; font-weight: normal; font-style: normal;font-size:8pt;} 
    p :visited{ font-family: Arial, Helvetica, sans-serif;color: #000000; text-decoration: none; text-align: left; font-weight: normal; font-style: normal;font-size:8pt;} 
    p :hover{ font-family: Arial, Helvetica, sans-serif;color: #000000; text-decoration: underline; text-align: left; font-weight: normal; font-style: normal;font-size:8pt;}


    Das macht keinen Sinn, kannst du löschen.
    Wenn es sich um Links handeln soll, müssen die mit a: link usw. definiert werden, nicht jedoch mit "p".