.bold_red_text{
    font-weight: bold;
    color: red;
}

.bold_green_text{
    font-weight: bold;
    color: green;
}

.bold_orange_text{
    font-weight: bold;
    color: #F08600;
}