<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#body
{
width: 100%;
height: 100%;
background-color: #000000;
color: #000000;
padding: 0px;
margin: 0px;
font-size: 16px;
font-family: arial, georgia, helvetica, verdana, tahoma, sans-serif;
}

#logo
{
position: fixed;
top: 20px;
left: 20px;
border: 0px;
padding: 0px;
margin: 0px;
background: transparent;
}

#logo a , #logo a:visited , #logo a:active , #logo a:hover
{
text-decoration: none;
}

#main
{
position: absolute;
top: 20px;
right: 20px; 
width: 680px;
border: 0px;
padding: 0px 0px 160px 0px;
}

#content
{
padding: 20px 20px 50px 20px;
color: #000000;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.9);
}

#content a , #content a:visited , #content a:active 
{
text-decoration: underline;
color: rgba(0, 0, 0, 1);
}

#content a:hover
{
text-decoration: none;
color: rgba(0, 0, 0, 0.5);
}

#headline
{
margin: 0px 0px 50px 0px;
padding: 0px;
font-size: 28px;
font-weight: bold;
}

#navi
{
position: fixed;
left: 20px;
bottom: 20px; 
padding: 20px 20px 20px 20px;
line-height: 1.5;
font-size: 18px;
color: #000000;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.9);
}

#navi a , #navi a:visited , #navi a:active 
{
text-decoration: none;
color: rgba(0, 0, 0, 1);
}

#navi a:hover
{
text-decoration: none;
color: rgba(0, 0, 0, 0.5);
}

#background
{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background:url(background/background-0001.jpg);
background-size: 100%;
background-repeat:no-repeat;
background-position: center center;
}
</pre></body></html>