a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input {
    outline: none;
}