/* CSS Document */

body{ margin:0; padding:0; font-family:Century Gothic,tahoma,arial,Microsoft YaHei; font-size:12px; color:#666; background:#f8f8f8; border:none;}

html,div,ul,li,img,b,p,span,dl,dt,dd,iframe,form,input,a,img{ margin:0; padding:0; border:0;}

ul,li,dl,dt,dd{ list-style-type:none;}

*html{background-image:url(about:blank);background-attachment:fixed;}

a{ text-decoration:none; }
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none;}

  ::-moz-selection{ /*针对Firefox*/ 
background:#000; 
color:#fff; 
 } 
::selection { 
background:#000; 
color:#fff; 
} 

code::-moz-selection { /*code是标签选择器，可以换成p或span等*/ 
background: #000; 
} 
code::selection { 
background: #000; 
}

html{ scrollbar-arrowcolor:#000; scrollbar-face-color:#000; scrollbar-highlight-color:#000; scrollbar-shadow-color:#000; scrollbar-track-color:#f2f2f2; scrollbar-3dlight-color:#000; scrollbar-darkshadow-color:#000;}

