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

.sowa-search-header {
    font-weight: bold;
    color: red;
    font-size: 12px;
}

form {
    margin-top: 5px;
}
input[type="text"] {
    width: 200px;
    border: solid 2px #aaaaaa;
}

input[type="submit"] {
    display: block;
    width: 64px;
    color: blue;
    background-color: yellowgreen;
    border: solid 2px #aaaaaa;
    margin: 3px auto;
}</pre></body></html>