.style_c1 {
    background-color: #6492c6;
    border-radius: 5px;
}

.style_c2 {
    background-color: #d9cf5d;
    border-radius: 5px;
}

.style_c3 {
    background-color: #c77f4e;
    border-radius: 5px;
}

.style_fg1 {
    color: #6492c6;
}

.style_fg2 {
    color: #d9cf5d;
}

.style_fg3 {
    color: #c77f4e;
}

.style_f1 {
    font-family: 'Courier New', Courier, monospace;
}

.style_f2 {
    font-family: 'Clarendon BT';
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}