
a:hover, a:focus{
    color: inherit;
    text-decoration: none;
}
input:focus, textarea:focus, select:focus, button:focus{
    outline: inherit
}


