<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import  url("http://www.w3.org/StyleSheets/Core/Traditional");
body { 
	background-image: url("http://www.mimuw.edu.pl/~przykry/Images/gradback.png"); 
	background-repeat: repeat-y; 
	font-size: medium;
	font-weight: normal; 
	font-family: Verdana, sans-serif;
}
ul.xmenu, h1,h2 {
	margin-left: -8%;
}
h1 {
	border-bottom:  medium green solid; 
	border-top:  thin yellow solid;
}
strong, b {
	font-weight: bolder; 
	color: red;
	text-decoration: none;
	font-style: normal;
	
}
dt {
	font-weight: normal; 
	font-size: medium; 
}
dd {
	background-color: white;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
dt.current {
	font-weight: bolder; 
}
dd.current {
	background-color: white;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#picture {
	margin-left:-8%;
	margin-right:+4%;
	float: left;
}
.floatstop {
	clear:both;
}
.ramka {
	margin: 1em; padding: 1em; border: solid red thin; text-align: center;
}
.xmenu {
display: block;
padding-top: 2px;
padding-bottom: 2px;
width: 99%;
margin-bottom: 0.4em;
text-align: left;
background-color: #fff9ed;
}
.xmenu li
{
background-color: #fff9ed;
list-style: none;
margin: 1px;
padding-right: 2em;
padding-top: 2px;
padding-bottom: 2px;
display: inline;
}
</pre></body></html>