.uppercase {
    text-transform: uppercase
}

.justified {
    text-align: justify
}

.centered {
    text-align: center
}

.number {
    text-align: right
}

.font.gray {
    color: #555
}

.font.light-gray {
    color: #888
}

.font.small {
    font-size: 0.65em
}

.font.bold {
    font-weight: bold
}