Matt Renzi: font size beim link wird nicht beachtet

Beitrag lesen

Hi,

habe zwei links in meinem css file definiert. Jetzt zeigt er mir aber nur bei dem ersten die richtige Fontgröße an. Woran könnte das liegen?
Hier der Code: Hoffe ihr könnt mir helfen. Habe jetzt schon über eine Stunde im forum gesucht nach änlichen problemen.

A                                     { font-family :    arial;
        font-weight:     normal;
                                        color:                        #000000  }

A:link, A:visited                 { text-decoration:       none;
        font-weight:     normal;
                                         font-size:              8pt;
                                         color:                    #FFFFFF }

A:hover, A:active               { text-decoration:       none;
        font-weight:     bold;
                                         color:                        #000000 }

A.zwei                                { font-family :    arial;
           font-weight:    normal;
                                            color:                  #828287  }

A.zwei :link, A.zwei :visited         { text-decoration:      none;
              font-weight:    normal;
                                                     font-size:              5pt;
                                                     color:                  #111111 }

A.zwei :hover, A.zwei :active          { text-decoration:       none;
          font-weight:          bold;
                                                      color:                  #828287 }