@charset "utf-8";

/* 共用样式 */
*html{
    background-image:url(about:blank);
	background-attachment:fixed;
} /* 修正IE6振动bug */

body,div,table,td,ul,li,dl,dt,form,p,span,a{
    margin:0px; 
	padding:0px; 
	font-size:12px; 
	color:#666666; 
	line-height:24px; 
	font-family:Arial, Helvetica, sans-serif;
	behavior:url(../images/iepngfix.htc);
}

img{ 
    border:none;
	behavior:url(../images/iepngfix.htc);
}

a{
    color:#666666; 
	text-decoration:none;
}

a:hover{
    color:#d82128; 
	text-decoration:none;
}