How to change font to Arial?

How can I change my entire CSS font from Verdana to Arial?

http://howtofocusbetter.com/

This goes back to the comment i made the other day http://www.sitepoint.com/forums/showthread.php?846118-Can-you-help-me-fix-this-problem-please&p=5101250&viewfull=1#post5101250

What you need to do is stop using the font-family property on each individual element in your CSS and ONLY use it once on your body element which all elements inherit from.

That’s being polite in terms of ‘issues’ with that site – content cloaking for christmas only knows what, p+strong doing heading tag’s job, endless inlined presentation, it’s a laundry list of how not to code a site… oh, I see wordpress. That explains a lot about why the code looks a decade out of date… as even the doctype proudly proclaims.