<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: #3366ff;
	font-family: arial,Helvetica,sans-serif;
	font-size: 16px;    }

#container  {
  width: 70%;
  background: #fff url(world3c.jpg);
  background-attachment: fixed;
  overflow: hidden;
  color: #000;
  text-align:left;
  border-color: #e6e6fa;
  margin: 19 auto;     }

#sidelinks   {
  float: left;
  position: fixed;
  width: 150px;
  color: #666;
  padding: 100 0 0 10px;
  line-height: 1.2;   } 
  
#text   {
   width:80%;
    overflow: hidden;
   margin-left: 150px;
   padding-left: 40px;    }

#box   { 
     width: 700px;
     background: #fff;
     overflow: hidden; 
     border: 1px solid;
     border-color: #c0c0c0;
     line-height: 1.2;
     margin-bottom: 29px;   } 

#rahmen   { padding: 9 50 9 50px; line-height: 1.2;   }

h1      { font-size: 20px; font-weight: bold; color: #000; padding: 19 0 19 0px; } 

h2  { color: #fff; 
      font-family:verdana,arial,tahoma; 
      background: #000099; 
      font-size: 18px; 
      padding: 2 0 2 25px;   }  

a:link    { color: #00008d; text-decoration:none; }
a:hover   { color: #00008d; text-decoration:underline; }
a:visited { color: #000066; text-decoration:none; }
   
.clearing  { clear: both; }
#spacer   { width:700px; height:3px; border:1px solid; border-color:#000; }             

small   { font-size: 14px; font-weight: normal; color: #3366ff; }
b       { font-weight: bold; color: #000; }



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