.vermelho {
    color: #910c01;
}

.laranja {
    color: #d17159;
}

.cinza-claro {
    color: #ccc;
}

.cinza-medio {
    color: #999;
}

.pequeno {
    font-size: 12px;
    font-size: 1.2rem;
}

.autor {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
}

.lower-alfa {
    list-style-type: lower-alpha;
}

.upper-alfa {
    list-style-type: upper-alpha;
}

.strong {
    font-weight: bold;
}
