<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.single-page-menu 
{
    background-color: rgba(232, 63, 104, 0.95);
}
#menucontainer div.menu td.menutitle.menu_open, #menucontainer .menu_open &gt; .menuscrolldown td.menutitle,
div#menucontainer ul li:hover, div#menucontainer ul li:hover &gt; ul.dropdown
{
	background-color: rgb(232, 63, 104);
}
.single-page-menu .menu li a {
	color:#fff;
}
.single-page-menu a:link, .single-page-menu a:visited
{
    color: #fff;
}
.single-page-menu .menu li.selected a 
{
	color:#fff;
}
.single-page-menu .selected-background 
{
	border-bottom: 1px solid #fff;
}

h1, h2, h3,
a, a:link, a:visited, a:hover
{
	color:#e83f68;
}

.section-dark {
    background-color: #777;
}

h1, h2, h3,
a, a:link, a:visited, a:hover,
.section-light h1, .section-light h2, .section-light h3, .section-light a, .section-light a:visited, .section-light a:hover, .section-light a:link
{
	color:#e83f68;
}

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark a, .section-dark a:visited, .section-dark a:hover, .section-dark a:link {
    color: #ff4d78;
}
.section-dark.bluegreen h1, .section-dark.bluegreen h2, .section-dark.bluegreen h3, .section-dark.bluegreen a, .section-dark.bluegreen a:visited, .section-dark.bluegreen a:hover, .section-dark.bluegreen a:link {
    color: #e83f68;
}
.section-dark.pink h1, .section-dark.pink h2, .section-dark.pink h3, .section-dark.pink a, .section-dark.pink a:visited, .section-dark.pink a:hover, .section-dark.pink a:link,
.section-dark.yellow h1, .section-dark.yellow h2, .section-dark.yellow h3, .section-dark.yellow a, .section-dark.yellow a:visited, .section-dark.yellow a:hover, .section-dark.yellow a:link,
.section-dark.blue h1, .section-dark.blue h2, .section-dark.blue h3, .section-dark.blue a, .section-dark.blue a:visited, .section-dark.blue a:hover, .section-dark.blue a:link 
{
    color: #005869;
}

.section-light.pink {
    background-color: rgba(239, 75, 111, .2);
}
.section-light.pink h1, .section-light.pink h2, .section-light.pink h3, .section-light.pink a, .section-light.pink a:visited, .section-light.pink a:hover, .section-light.pink a:link {
    color: #005869;
}

.section-light.blue {
    background-color: rgba(0, 88, 105, .30);
}
.section-light.blue h1, .section-light.blue h2, .section-light.blue h3, .section-light.blue a, .section-light.blue a:visited, .section-light.blue a:hover, .section-light.blue a:link {
    color: #005869;
}
.section-light.grey h1, .section-light.grey h2, .section-light.grey h3, .section-light.grey a, .section-light.grey a:visited, .section-light.grey a:hover, .section-light.grey a:link {
    color: #005869;
}
.section-light.grey b, .section-light.grey strong {
    font-size:larger;
    color:black;
}

a.button1, a.button1:link, a.button1:visited {
    border-radius: 20px;
}
.section-dark.bluegreen a.button1, .section-dark.bluegreen a.button1:link, .section-dark.bluegreen a.button1:visited,
.section-light a.button1, .section-light a.button1:link, .section-light a.button1:visited {
    background-color: #e83f68;
    color: white;
}
.section-light.blue a.button1, .section-light.blue a.button1:link, .section-light.blue a.button1:visited,
.section-light.grey a.button1, .section-light.grey a.button1:link, .section-light.grey a.button1:visited {
    background-color: #005869;
    color:white;
}
.section-light.pink a.button1, .section-light.pink a.button1:link, .section-light.pink a.button1:visited {
    background-color:white;
    color: #005869;
}
.textFrame.right {
    background-color: transparent;
    color: white;
}

.textFrame.right h1 {
    line-height:inherit;
    margin-bottom: auto;
}

a.button1 {
    width:auto;
}

.register-form input[type=submit] {
    border-radius: 20px;
    background-color: #e83f68;
    color: white;
    border: 0px;
}
</pre></body></html>