body, html{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:focus{
    text-decoration: none;
    outline: none;
}
img{
    outline: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus{
    outline: none;
}

form,fieldset {
    margin:0;
    padding:0;
    border-style:none;
}
button, button:focus, button:active, button:hover {
    border: none;
    outline: none;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h5{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
input:-webkit-autofill, textarea:-webkit-autofill{
    transition: background-color 5000s ease-in-out 0s;
}
button, input, select{
	-webkit-appearance: none;
}
p{
    margin: 0;
}
input, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
