select, input, textarea {
    margin: 10px;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
    padding: 5px 10px 5px 10px;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

/* Footer */

#footer {
    color: rgba(0, 0, 0, 1);
}

    #footer a {
        color: rgba(0, 0, 0, 1);
        text-decoration: none;
        font-weight: normal;
    }