nachdem das ja links sind hat der color befehl hier keine auswirkung, da musst du dann folgendes z.b. einf?gen:
Code:
.boxText2 a:link { color: #FFFFFF; text-decoration: underline; }
.boxText2 a:active { color: #FFFFFF; text-decoration: underline; }
.boxText2 a:visited{ color: #FFFFFF; text-decoration: underline;; text-decoration: underline; }
.boxText2 a:hover { color: #FFFFFF; background-color:#733600; text-decoration: underline; }