I think it might help if you posted a bit of the source HTML showing how the <dd> tag is used and anything in the CSS like dd {...} dt {...} dl{...}
Also, if the HTML looks like
Code:
<dd class="xyz">...</dd>
then post any parts of the CSS like
Code:
.xyz {...} or dd.xyz {...}