html,
body,
div,
p,
span,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    font-style: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

li {
    text-decoration: none;
    list-style: none;
}