@charset "utf-8";

html {
	color: #3333;
	background-color: #fff;
    font-family: "微软雅黑", Tahoma, Georgia, Arial;
    font-size: 14px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {    
    margin:0;   
    padding:0;
	list-style: none;
	   
} 
a {
	text-decoration: none;
	color: #666;
}
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
fieldset,img {    
    border:0;   
} 
em,
strong,
b,
u,
i {  
    font-style:normal;   
    font-weight:normal;   
} 
ol,
ul {  
    list-style:none;   
} 
caption,
th {  
    text-align:left;   
} 
h1,
h2,
h3 {  
    font-size:100%;   
    font-weight:normal;   
} 
input {
	border: none;
}
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%; /*to enable resizing for IE*/
}
