*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-size: inherit;
    font-weight: inherit;
}
a{
    color: inherit;
    text-decoration: inherit;
}
address{
    font-style: inherit;
}
ul,ol{
    list-style: none;
}
em,address,i{
    font-style: inherit;
}
strong,b{
    font-weight: inherit;
}
img{
    max-width: 100%;
    display: block;
}
table{
    border-collapse: collapse;
}
input{
    border: none;
    outline: none;
}