.red-text {
    color: red;
}

/* Underlined text style */
.underline-text {
    text-decoration: underline;
}