> Is it possible to control the spacing between letters (kerning?) using CSS?
As an example, you should use
{letter-spacing:5px}
According to Eric Meyer's "Cascading Style Sheets 2.0", this attribute is
supported in most browsers except NN4.
Regards
Mark Howells
<http://www.mark.ac/evl/>