.red-text {
    color: #ff0000;
}

.blue-text {
    color: #0066cc;
}

.green-text {
    color: #00cc00;
}

.highlight-yellow {
    background-color: yellow;
    padding: 2px 4px;
}