<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        body {
                background-color: rgb(0, 51, 102);
                font-family: Verdana;
                color: yellow;
                background-image: url(images/wertilea.jpg);
        }
@media print {
        body {
                background-color: white;
                font-family: Verdana;
                color: black;
                background-image: none;
        }
}
        p.main {
                margin-left: 20px;
                margin-right: 20px;
        }
        h1.main {
                display: block;
                margin-left: 20px;
                margin-right: 20px;
                font-size: 2em;
                margin-top: 0.67em;
                margin-bottom: 0.67em;
                font-weight: bold;
        }
        h2.main {
                display: block;
                margin-left: 20px;
                margin-right: 20px;
                font-size: 1.5em;
                margin-top: 0.83em;
                margin-bottom: 0.83em;
                font-weight: bold;
        }

        h3.main {
                display: block;
                margin-left: 20px;
                margin-right: 20px;
                font-size: 1.17em;
                margin-top: 1em;
                margin-bottom: 1em;
                font-weight: bold;
        }
        h4.main {
                display: block;
                margin-left: 20px;
                margin-right: 20px;
                font-size: 1em;
                margin-top: 1.33em;
                margin-bottom: 1.33em;
                font-weight: bold;
        }
        table.main {
                padding-left: 20px;
        }
        dl.main {
                margin-left: 20px;
                margin-right: 20px;
        }

        ul.main {
                margin-left: 20px;
                margin-right: 20px;
        }
        ul.main li {
                margin-bottom: 1em;
                list-style-image: url(images/werbul1a.gif);
        }
        ul.main ul.main li {
                margin-bottom: 1em;
                list-style-image: url(images/werbul3a.gif);
        }
        p.schoonschrift {
                font-family: 'Lovers Quarrel';
                font-size: 54px;
                margin-bottom: 0;
        }
        span.schoonschrift {
                font-family: 'Lovers Quarrel';
                font-size: 36px;
                margin-bottom: 0;
        }

        ul.topbar {
                display:table;
                margin:0 auto;
                list-style-type: none;
                padding: 0;
                overflow: hidden;
                font-family: 'Lovers Quarrel';
                font-size: 54;
        }

        li.topbar {
                float: left;
                background-image: url(images/werbanna.gif);
                width: 600px;
                height: 60px;
        }
        li.topbar a {
                display: block;
                text-align: center;
                font-family: 'Lovers Quarrel';
                text-decoration: none;
                color : yellow;
        }
        li.topbar a:hover {
                background-image: url(images/werbannd.gif);
                color : yellow;
        }

        ul.navbar {
                display:table;
                margin:0 auto;
                list-style-type: none;
                padding: 0;
                overflow: hidden;
                font-size: 14;
        }

        li.navbar {
                float: left;
                background-image: url(images/wernvhna.gif);
                width: 140px;
                margin: 0px 3px;
        }
        li.navbar a {
                color: yellow;
                display: block;
                text-align: center;
                padding: 20px 0px;
                text-decoration: none;
        }
        li.navbar a:hover {
                background-image: url(images/wernvhha.gif);
        }

        a:link {
                text-decoration: none;
                color: greenyellow;
        }
        a:visited {
                text-decoration: none;
                color: greenyellow;
        }
        a:hover {
                text-decoration: underline;
                color: orange;
        }
        a:active {
                text-decoration: underline;
                color: orange;
        }
        :target {
                color: white;
        }
@media print {
        a:link {
                text-decoration: none;
                color: blue;
        }
        a:visited {
                text-decoration: none;
                color: blue;
        }
        a:hover {
                text-decoration: underline;
                color: blue;
        }
        a:active {
                text-decoration: underline;
                color: blue;
        }
        :target {
                color: white;
        }

}
        p.menu {
                margin-top: 50;
                margin-left: 20%;
        }
        ol.menu {
                margin-top: 0;
                margin-left: 15%;
                font-size: 14;
        }
        ol li.menu {
                padding-bottom: 5;
        }
        p.discl {
                margin-top: 20;
                margin-left: 20;
                text-align: center;
                font-size: 12;
        }
        p.contact {
                margin-top: 0;
                margin-bottom: 0;
                text-align: center;
        }
        p.ackn {
                text-align: center;
                margin-top: 20;
                margin-left: 20;
                font-size: 12;
        }
</pre></body></html>