Ole: Probleme mit der Schriftgröße

Beitrag lesen

Hallo,
ich habe eine seperate css-Datei angelegt, in die ich alle nötigen Informationen für das HTML-Dokument geschrieben habe. Nun will ich erreichen, dass man die Schriftgröße unter "Ansicht" NICHT verstellen kann. Wie geht das???

hier ist die css-datei:
<style type="text/css">
a:link { text-decoration:none; color=#FFFFFF }
a:visited { text-decoration:none; color=#FFFFFF }
a:active { text-decoration:none; color=#FFFFFF }
a:hover { text-decoration:underline; color=#FFFFFF }
body {
font-family: Verdana;
font-size: -1 noresize;
color=#FFFFFF;
scrollbar-base-color:#000000;
scrollbar-track-color:#000000;
scrollbar-face-color:#461200;
scrollbar-highlight-color:#683400;
scrollbar-3d-light-color:#683400;
scrollbar-darkschadow-color:#683400;
scrollbar-shadow-color:#683400;
scrollbar-arrow-color:#683400;
}
</style>

und im html-Dokument habe ich den entsprechenden Link verfasst. Alles funktioniert (Scrollbar, Schriftfarbe usw) aber man kann die Schriftgröße unter "Ansicht" noch immer verändern!
BITTE HELFT MIR!