uso questo codice in una pagina:

codice:
<style>
body {
    background:#E9DEA1 url('images/Mainaction_2x1.jpg') no-repeat fixed 0 0;
}
.Par 		{  font-family: Verdana; color: #034ABD;font-size : 10; margin-top: 0; margin-bottom: 0; word-spacing:0; text-align: center; font-weight: bold }
a:hover { font-family: Verdana; color: #BD034A; font-size : 10; margin-top: 0; margin-bottom: 0; word-spacing:0; text-align: center; font-weight: bold; text-decoration: none }
a:link {  font-family: Verdana; color: #034ABD; font-size : 10; margin-top: 0; margin-bottom: 0; word-spacing:0; text-align: center; font-weight: bold; text-decoration: none}
a:active {  font-family: Verdana; color: #034ABD;font-size : 10; margin-top: 0; margin-bottom: 0; word-spacing:0; text-align: center; font-weight: bold; text-decoration: none }
a:visited {  font-family: Verdana; color: #034ABD;font-size : 10; margin-top: 0; margin-bottom: 0; word-spacing:0; text-align: center; font-weight: bold; text-decoration: none }
</style>
in IE vedo correttamente i link azzurri che diventano rossi al passaggio del mouse, in FireFox (1.0.6), rimane tutto azzurro e non cambia nulla. Dove sbaglio?