<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	border: 0;
	margin: 0;
	padding: 0;
    }

body        {
	color: #fff;
  font-size: 14px;
	background: #fff;
	font-family: arial;
            }

#container  {
  position: relative;
  width: 1100px;
  height: 950px;
	background: #32cd32;
	text-align: center;
	margin: 0 auto;
          }

#homelink {  
  position: absolute;
  top: 10px;
  right: 30px;
         } 

#thumbs  {
    width: 180px;
    padding: 15 0 0 25px;
    float: left;
    text-align: left; 
         }

#thumbs img  { border: 1px solid #888; width: 70px; height: 40px; margin: 3px; }

h1       {  
   font-size: 26px; 
   font-weight: bold; 
   font-family: verdana,arial,papyrus; 
   text-align: center; 
   color:#fff; 
   padding-top: 17px; 
          }
   
#rahmen	  { border: 0px; text-align: center; float: left; }
#text	    { text-align: center; color: #fff; font-size: 18px; padding-left: 190px; }
#textxx	  { display: none; }
small     { font-weight: bold; font-size: 16px; color: #fff;}
.clearing { clear: both; }

</pre></body></html>