Added a couple of WordPress plugins tonight to make the text on this blog a little prettier and hopefully more readable. First up is wp-hyphenate by KINGdesk to apply hyphenation rules. Second is wp-typogrify, which applies PHP SmartyPants (originally by John Gruber) to make "curly quotes" and proper dashes.
Update: I disabled wp-hyphenate as it was doing strange things to my html. In one case it was changing
<table class="top_headers">
into
<table
lass="top_headers">