Script Summary: Replaces every font-family CSS definition with sans-serif.
This scripts searches thru stylesheets for font-family declarations. Whenever it find a font-family declaration containing any of Arial, Helvetica, Lucida, or sans-serif it replaces the declaration for 'font-family: sans-serif;'
It also check for FONT tags.
I did it, because in Debian those arials, verdanas, and so on, print badly. This script have improved my on-screen readability.
TODO:
* Some web pages uses the STYLE attribute, this should be addresses as well.



