.w200_bold {
    width: 200px;
    font-weight: bold;
    font-size: 14px !important;
}

.w200_bold_red {
    width: 200px;
    font-weight: bold;
    color: red !important;
    font-size: 14px !important;
}

.w200_bold_blue {
    width: 200px;
    font-weight: bold;
    color: blue !important;
    font-size: 14px !important;
}