2013-04-01, 04:54 PM
Keep your .body the way it is. You need to define a style for .h4 (what you're using for the links) that overrides the body.
Code:
.h4
{
text-align: left;
}
