﻿html {
	color:#333;
	font:12px Microsoft YaHei;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset {
	border:none;
	}
img { 
	border:none;
	}
ul,li,dd,dl,dt {
	list-style:none;
	}
input,
button,
textarea,
select,
optgroup,
option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
a {
	text-decoration:none;
	color:#000;
	}
a:hover {
	text-decoration:none;
	/*color:#d7bd75;*/
	}
    a:active {
        cursor:pointer;
    }
