Hi,
When you View Source on that page and search for "Deadline" you find it in this bit of code...
<div class="wrapperAttribsOptions">
<h4 class="optionName back">Order Deadline 03</h4>
<div class="back">
Deadline for Christmas delivery will be posted in mid-November<br />
</div>
<br class="clearBoth" />
</div>
So that section of text has an H4 tag with a class of "optionName" and "back"; then your problem text in a div of class "back", all wrapped in a div of class "wrapperAttribsOptions".
Look in your stylesheet to see how H4s are styled, how the optionName class is styled and how the back class is styled. Then add salt and pepper to taste. :smartalec:
(I presume you know how to make changes in your style sheet and view the results, then do it again, and again, ... ... .)
Rob