<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">H1 { text-align: center;
	color: blue;}
H2 { text-align: center;
	color: blue;}
H3 { text-align: center;
	color: blue;}
BODY { background: lightyellow; color: darkblue }
A:link { color: green }
A:visited { color: olive }
A:active { color: blue }
#JEDEN {
     position: absolute; 
     top: 125; left: 210;
     width: 450; height: 400;
     padding: 5;     
     border-width: 1;
}
#DWA {
     position: absolute; 
     top: 125; left: 10;
     height: 400; width: 200;
     padding: 5;     
     border-width: 1;
}
#TRZY {
     position: absolute; 
     top: 5; left: 10; 
     width: 650; height: 20;
     padding: 5;     
     border-width: 1;
}

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