I'd do this
HTML:
<div class="testimonial">
<em>Evelyn Thomson, Larbert</em>
<p>Not being a big fan of gym workouts, I tentatively joined Dianne’s fitness class 6 years ago and have never regretted it. As well as providing an excellent workout regime, Dianne’s classes are geared to every age group and fitness level with different options of speed and challenge offered. Her sparkling personality and gift of choreography bring an added element of fun in a way that provides a current and modern approach, while her dance training opens avenues that give the participant the opportunity to exercise within classic and international cultures. Classes are suitable for every age group and fitness level, range from zumba and burlesque to Pilates and modern dance, all generously peppered with a liberal sprinkling of laughter!</p>
</div>
CSS:
.testimonial {
width: 50%
margin: 0 auto;
}
.testimonial p {
text-align: center;
}
Then again, I'm no pro... There may be better ways out there! +1 if it helped though!