html, body {
    color: #22222;
    font-size: 14px;
    background-color: #f7f7f9;
    font-family: 'Open Sans',sans-serif;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover, a:focus, input:focus {
    text-decoration: underline;
    outline: none;
}