.style1 {
    color: #ff0000;
    text-decoration: underline;
}

.style2 {
    color: #00ff00;
    font-style: italic;
}

