in reply to Re^2: search and using first letter of words on a line
in thread search and using first letter of words on a line

Does your phone understand CSS? That could make the resulting code a lot leaner, if you could specify your smaller font size once instead of with a font tag on every paragraph.

/* in the <head> of the page */ <style type='text/css'> p { font-size:.7em; /* or whatever works */ } </style>