<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.left {
    text-align: left;
}

img.left {
    float: left;
    padding: 0px 10px 10px 0;
}

table.left {
    float: left;
}

.right {
    text-align: right;
}

img.right {
    float: right;
}

table.right {
    float: right;
}

.center {
    text-align: center;
}

img.center {
    display: block;
    margin: 0 auto;
}

table.center {
    display: block;
    margin: 0 auto;
}

.full {
    text-align: justify;
}

img.full {
    display: block;
    margin: 0 auto;
}

table.full {
    display: block;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}</pre></body></html>