﻿* {
    margin: 0;
    padding: 0;
}


a {
    color: #111;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

   