html {
    background: #fff;
    color: #333;
}

body, input {
    font: 14px/1.4 Helvetica, sans-serif;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

.centered { text-align: center; }

.kitten-image {
    min-height: 600px;
}

.license {
    color: #afafaf;
    font-size: 12px;
}

.license a {
    color: inherit;
    font-weight: bold;
}
