* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    line-height: 1;
}

html, body {
    line-height: 1;
    font-size: 16px;
	overflow-x: hidden;
}

ul, li {
    list-style: none;
    margin: 0;
}

a {
    color: #666;
}

a:hover,a:focus{
    text-decoration: none;
    color: #666;
}

/*
a:focus{
    color: #23527c;
    text-decoration: underline;
}
*/

img {
    max-width: 100%;
}