This is because you have your content in <th> tags instead of <td> tags. Table headers are automatically bolded. You can override it in the css by setting the font-weight to normal in a subtag or you can use the <td> tag instead of the <th> tag to fix the problem.