html,
body,
dl,dt,dd,
ul,li,
h1,h2,h3,h4,h5,h6,
p,
form {
    margin: 0;
}

body,
button,
input,
select,
textarea {
    font: 14px Helvetica Neue, Helvetica, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
    color: #323232;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

img {
    display: block;
    border: none;
}

body {
    background-color: #fff;
}

button,
input,
select,
textarea {
    outline: none;
}

dl,
ul{
	padding: 0;
	list-style: none;
}
