15 a:link Property -moz-outline-style doesn't exist : none none
16 a:active Property -moz-outline-style doesn't exist : none none
17 a:visited Property -moz-outline-style doesn't exist : none none
18 a:hover Property -moz-outline-style doesn't exist : none none
19 a:focus Property -moz-outline-style doesn't exist : none none
hatalar bunlar bunların yerını buldum ancak nasıl düzenliyeceğimi bilemedim
-----------------------------------
a:link { text-decoration: none; color : #cc0000; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #cc0000; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #cc0000; border: 0px; -moz-outline-style:none;}
a:hover { text-decoration: underline; color : #ff6600; border: 0px; -moz-outline-style: none;}
a:focus { outline: none;-moz-outline-style: none;}
buda style.css deki yerleri acaba nerde hata var