, padding-bottom css.
<style>
div.c4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-align: left;
color: #800000;
padding-bottom: .5em;
}
</style
HTML:
<table width="15%" style="margin: auto;" >
<tr>
<th scope="col">
<div class="c4">Home</div>
<div class="c4">About Me</div>
<div class="c4">Photographs</div>
<div class="c4">Locations</div>
<div class="c4">Testimonials</div>
</th>
</tr>
</table>
jsfiddle: http://jsfiddle.net/IConway/htsqoe7j/
user4510229