<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: helvetica, verdana, arial, sans-serif;
}
a,
a:visited {
    text-decoration: none;
    color: black;
}
#footer {
	text-align: center;
	position: relative;
	top: -70px;
}
#footer a,
#footer a:visited {
    color: white;
}
a:hover {
    text-decoration: underline;
}
#header {
    height: 50px;
    background-color: #f3f3f3;
    color: black;
    margin: 0 0 0px 0;
    font-size: 20px;
}
body.skin-gr {
    background-color: #ffffff;
}
body.skin-gr #header a,
body.skin-gr #header a:visited {
    color: white;
}
body.skin-gr #header a:hover {
    color: #9bad39;
}
body.skin-tgo {
    background-color: #f3f3f3;
}
body.skin-tgo #header a,
body.skin-tgo #header a:visited {
    color: #000000;
}
body.skin-tgo #header a:hover {
    color: #d6ad00;
}
body.skin-pw {
    background-color: #ffffff;
}
body.skin-pw #header a,
body.skin-pw #header a:visited {
    color: white;
}
body.skin-pw #header a:hover {
    color: #fca305;
}
body.skin-gs {
    background-color: #ffffff;
}
body.skin-gs #header a,
body.skin-gs #header a:visited {
    color: white;
}
body.skin-gs #header a:hover {
    color: white;
}
ul.main-nav {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
ul.main-nav li {
    line-height: 50px;
}


body #content {
    background-color: #ffffff;
}

#testbar {
    background-color: gray;
    border: 1px solid black;
    border-width: 0 0 1px 0;
    padding: 3px;
}
@media print {
    #testbar {
        display: none;
    }
}
</pre></body></html>