html, body, body * {
    box-sizing: border-box;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background-repeat:no-repeat;
}
body {
    line-height: 1;
    background-color: #FFFFFF;
    color: #000000;
    position:relative;
    margin: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: inherit;
    cursor:pointer;
}
button,input {
    outline:none;
}
button {
    cursor: pointer;
}
textarea {
    outline:none;
}
