<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
 body 	{background-color: RGB(110,157,44);
       	 background-image: url("obrazy/bez.png");
         background-repeat: no-repeat; 
 	       background-position: 10% center;  
         background-attachment: fixed;}
 	

p	       {text-align: left; font-family: Verdana, Arial, sans-serif;
	        font-size: 14pt; line-height:150%;color: #004000; 
          margin: 30px 100px 10px 550px;}  
          
 .tytul  {text-align: left; font-size: 22pt; font-weight: bold;} 
 .podpis {text-align: right; font-style: italic;font-size: 12pt;}
 
div      {text-align: right; margin:50px 200px 50px 50px;}


a            {text-decoration: none;}
	a:link	   {color: #fdd639;}
	a:visited  {color: #fdd639;}
	a:hover    {color: red;}
	a:active   {color: yellow;}

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