Para mi que tu problema debe estar en alguna otra parte, porque este estilo que pones se ve idéntico en IE6 y firefox.
Si muestras tu código se podrá ver si hay alguna otra cosa.
Para estar seguro, copia y pega esto en un editor de texto, a ver si lo sigues viendo distinto:
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>estilo</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-15" />
<style type="text/css">
.style9 { color: #333333;
font-size: 14px;
padding-left:20px;
padding-top:5px;
padding-right:10px;
line-height:150%;
font-weight:normal;
}
</style>
</head>
<body>
<p class="style9">Prueba de tamaño</p>
</body>
</html>
Mikel.