This was hard to read, I mean that about the actual readability of the article not the content. Here's my constructive criticism and simple css fixes.<p>The paragraphs need some line-height, it seems too much like a heavy wall of text, space it out a little.<p>.entry p {line-height: 1.5em;}<p>Black on white is hard to read for too long, something slightly less black can help.<p>.entry p {color: #222222;}<p>Maybe it's because of the way it renders on a Mac but that font isn't the best for long text. I'd keep it simple and just stick with sans-serif.<p>.entry p {font-family: sans-serif;}<p>before: <a href="http://i.imgur.com/JCYTF.png" rel="nofollow">http://i.imgur.com/JCYTF.png</a><p>after: <a href="http://i.imgur.com/nerMb.png" rel="nofollow">http://i.imgur.com/nerMb.png</a><p>just flip between them a few times in separate tabs<p>Hope I'm not stepping on any toes, just trying to help.