@charset 'utf-8';

.red
{
    color: red;
}

.bold
{
    font-weight: bold;
}

.red.bold
{
    font-style: italic;
    background-color: red;
    color: white;
}
