Ole nochmal: Probleme mit der Schriftgröße

Beitrag lesen

ja also danke erstmal für die antwort :D
so sieht jetzt die css-datei aus:

<style type="text/css">
a:link { text-decoration:none; color: #FFFFFF }
a:visited { text-decoration:none; color: #FFFFFF }
a:hover { text-decoration:underline; color: #FFFFFF }
a:active { text-decoration:none; color: #FFFFFF }
body {
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
scrollbar-base-color:#000000;
scrollbar-track-color:#000000;
scrollbar-face-color:#461200;
scrollbar-highlight-color:#683400;
scrollbar-3dlight-color:#683400;
scrollbar-darkshadow-color:#683400;
scrollbar-shadow-color:#683400;
scrollbar-arrow-color:#683400;
}
</style>

=======================================
und so die html-datei:
<html>
<head>
<title>Titel</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>

<body bgcolor=#000000>
<div align="center">

<img src="quelldatei">

<table width=600 border=0 cellpadding=1 cellspacing=3>
       <tr>
       <td bgcolor=#461200><b>TEXT</b>
       </td>
       </tr>
       <tr>
       <td bgcolor=#000000 rowspan=2 valign=yes>TEXT
       </td>
       </tr>
</table>

</div>
</body>
</html>

aber ich kann irgendwie immer noch die schriftgröße ändern. was muss ich verändern?