下面是STYLE,请问我如何控制dd标签里的字体颜色和加粗字体。dt里的字看得很清楚,dd里的太模糊了。
<style type="text/css">
*{ margin:0; padding:0;}
body{ font-family:"宋体"; font-size:14px;}
dl{ clear:both;}
dl dt,dl dd{ float:left;}
a{ color:#1E1F23; text-decoration:none;}
a:hover{ text-decoration:underline;}
dl{ clear:both;line-height:28px;height:28px;overflow:hidden;margin-left:6px;}
dl dt,.r_box1 dl dd{ float:left;}
dl dt{ margin-right:10px;font-weight:bold;}
dl dt a{ color:#666;}
dl dd{width:500px;height:26px;line-height:26px; overflow:hidden; margin-top:1px;_margin-top:4px;}
dl dd no-repeat right top; vertical-align:middle; width: 16px; line-height: 28px;margin-right: 2px; height: 16px}
dl dd b{ color:#666;}
dl dt.r_box1_more{ float:right; margin-right:0; font-weight:normal;font-family:Verdana, Arial, Helvetica, sans-serif;}
</style>