<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* mrwp.css - Style Sheet for Markus Rost's Web Page */

body { color: black; background: white }
.center { text-align: center }
.right { text-align: right }
img {
    vertical-align: middle;
    border: 0;
}
span.fbox {
    vertical-align: text-top;
    border-style: solid;
    border-width: thin;
    font-size: x-small;
    font-weight: bolder;
    background-color: yellow;
}
</pre></body></html>