# CSS for bible verses

.verse {
    vertical-align: super;
    font-style: italic;
    font-size: small;
    color: lightgrey;
}

.jesus {
    color: red;
}

.citation {
    font-weight: bold;
}
