body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
div,
tr,
td,
p {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol,
ul,
li {
	list-style: none;
}

a{
	text-decoration: none;
}

/* 去除Chrome等浏览器文本框默认发光边框 */
input:focus,
textarea:focus {
	outline: none;
}