html {
font-size: 10px;  
}
* {
  margin: 0;
  padding: 0;
}
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, u, i,
dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #000;
    border: none;
}
a{
  cursor: pointer;
}
ul, ol {
    list-style: none;
}
button{
    border: none;
}
input, button, textarea, select, input:focus, textarea:focus {
    background: none;
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
}

select {
    border: none;
}

a, button {
    cursor: pointer;
}
img{
    max-width: 100%;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}
