body {
    color:#2b2b2b;
	font-size: 13px;
	line-height:180%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family:Times New Roman;
    background:url(pic/bg.gif) #c8e3f1 repeat-x;  
} 

a:link,a:active,a:visited{
color:#808080;
text-decoration:none;/*下划线效果：无下划线*/
}

a:hover{
color:#004d84;
border-bottom:1px #004d84 dotted/*加一个只有下边的框边框为虚线*/
}

.Tahoma12{
color:#949494;
font-size:12px;
font-weight:bold;
}
.verdana12{
color:#005490;
font-size:12px;
font-weight:bold; 
}

option{
  height:16px;  
  font: Verdana;
  color:#666666;
  }
  
 
p{
 text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两	倍*/
 margin: 15px 20px 15px 20px; /*分别是上、右、下、左，十二点开始的顺时针方向*/
}

.products img{
width:expression(this.width>110?"110px":this.width+"px");
height:expression(this.height>110?"100px":this.height+"px");
}

.16font{
font-size:16px;
color:#6b6b6b;
font-family:Verdana;
font-weight:bold;
}

