The use of ..px in the style specifications prevent viewers from increasing (or decreasing) the font size by using the browers "View"; "Textsize" options.
If you could use font-size instead the pages would be more easy to view by people (like me) who don't see as well as they used to )
Thanks
+++++++++++++++++++++++++++++++
instead of .smallfont {font: 10px ...
use .smallfont {font-size:xx-small or
.smallfont {font-size:80%
see:
http://www.Real-World-Systems.com/do...ont-size-props or
http://www.w3.org/TR/1998/REC-CSS2-19980512/fonts.html
for specifications#x19