<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;
	background: #fff;
	font-family: arial;
}

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

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

#thumbs  {
    padding: 25px;
    float: left;
    text-align: left; 
}

h1  { font-size: 26px; font-weight: bold; font-family: papyrus; text-align: center; color:#fff; padding-top: 17px; }
#thumbs img  { border: 1px solid #888; width: 70px; height: 40px; margin: 3px; }
#rahmen	  { border: 0px; text-align: center; float: left; }
#links    { text-align: center; padding: 20px; border-top: 1px; border-color: #fff; word-spacing: 3mm; }
.clearing { clear: both; }

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