<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

h1 {color: darkblue;
	display: inline;
	font-weight: bold;
	font-size:200%;
	font-variant: small-caps;
	}
	
h2{color: darkblue;
	font-size: X-large;
	font-weight: bold;
	font-variant: small-caps;
    border-bottom-color: blue;
	border-bottom-style: solid;
	border-bottom-width: 1px;}
	
	
h3{color: darkblue;
	font-size: normal;
	font-weight: normal;
	font-variant: small-caps;
    border-bottom-color: blue;
	border-bottom-style: solid;
	border-bottom-width: 1px;}

h4{color: darkblue;
	font-size: normal;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 0;
	text-decoration:underline;
	margin-bottom: 1ex}

body{font-family: Verdana,'Times New Roman';
      font-size: normal;
	  background-color: white}
	  

#coffe{background-color: #CCFF99;
font-size: normal;
font-variant: small-caps;
text-align: center
}

#eat{background-color: #CCFFCC;
font-size: normal;
font-variant: small-caps;
text-align: center
}

#free{background-color: #FFFF99;
font-size: normal;
font-variant: small-caps;
text-align: center
}
	  
p{color:black;
   font-family:Verdana, 'Times New Roman';
   font-size: normal;
   font-variant: normal;
   white-space: normal;
   display: inline
}
p#comment{font-size: small
}

p b#emph{ color:red
}

b#emph{ color:red
}

#subtitle{ color:black;
   font-family:Verdana, 'Times New Roman';
   font-size: 120%;
   font-weight:bold;
   font-variant: small-caps
}

p#small{ color:black;
     text-align: right;
   font-family:Verdana, 'Times New Roman';
   font-size: small;
}


a:link, a#normal{color:darkblue;
font-size:normal;
font-family: Verdana,'Times New Roman';
font-weight:normal;
font-variant:normal;
text-decoration:none;
white-space: normal}
a:visited { color:darkblue }
a:hover { color:darkblue }
a:active { color:darkblue }

a:link, a#inline{color:black;
font-size:normal;
font-family: Verdana,'Times New Roman';
font-weight:normal;
font-variant:normal;
text-decoration:none;
white-space: normal}
a:visited { color:darkblue }
a:hover { color:darkblue }
a:active { color:darkblue} 

a#inline b {color:darkblue}


ul#preprinty {counter-reset: preprinty 4}

ul li#preprinty {list-style-type: none}

ul li#preprinty:before {  content: "[" counters( preprinty, ".", upper-alpha) "] "; counter-increment: preprinty -1}




ol {counter-reset: publikacje 15}

ol li {list-style-type: none}

ol li:before {  content: "[" counters( publikacje, ".") "] "; counter-increment: publikacje -1}



 li a:link, li a:visited, li a#capitalic {
	color:darkblue;
	font-size:normal;
	font-family: Verdana,'Times New Roman';
	font-weight:bold;
	font-variant:Small-caps;
	text-decoration:none;}

li {list-style-position: outside;
	font-family: Verdana;
	margin-bottom: 0.7ex}	
	
frameset, frameset  frameset{
border-right-style: dashed;
border-left-style: dashed}	

td#fix{
	width: 12ex
}
#linki {
display: inline-block;
margin: 0.5% ;
border-left: 0;
padding: 0;
color:darkblue;
font-size: 120%;
font-family: Verdana,'Times New Roman';
font-weight:bold;
font-variant:Small-caps;
text-decoration:none; 
}

#menu{ /*pasek menu: tło i usytułowanie guzików*/
background-color: #EEEEEE;
text-align: left;
padding:0.1%;
width: 90%;
float: left;
border: 1px solid darkblue;
}
#lie{
width: 8%;  
display: left;
}

#main {
float: left;
width: 90%}

#end {
width: 100%;
float : left}

#logo{
width: 15%;
float:right;
background-color: #EEEEEE;
padding: 1%}

#photo{
width: 15%;
float:left;
background-color: #EEEEEE;
padding: 1%}

#picture{
position: relative; 
left:0%; 
top:10%; 
width: 95%; 
text-align: bottom
}

/*CSS MOBILNE !!!!!!!*/
@media screen and (max-width: 481px){
 
  #main{  /*stack the 2 text boxes*/
  float: left;  
  padding:0; 
  width: 94%;    /*3%+94%+3%=100%=full width*/
  margin: 3%;    /*3% margin spaces on all sides*/ 
}  
#logo {  /*stack the 2 text boxes*/
  float: right;  
  padding:0; 
  width: 40%;    /*3%+94%+3%=100%=full width*/
  margin: 3%;    /*3% margin spaces on all sides*/ 
}  

#photo{  /*stack the 2 text boxes*/
  float: left;  
  padding:0; 
  width: 45%;    /*3%+94%+3%=100%=full width*/
  margin: 3%;    /*3% margin spaces on all sides*/ 
}  

#linki {
display: inline-block;
margin: 0.3% 0.3% 0.3%;
border-left: 0;
padding: 0.3%;
border: 2px solid darkblue; 
color:darkblue;
font-size: 100%;
font-family: Verdana,'Times New Roman';
font-weight:bold;
font-variant:Small-caps;
text-decoration:none; 
}
#menu { /*pasek menu: tło i usytułowanie guzików*/
background-color: #EEEEEE;
text-align: center;
padding:1%
}
#lie{
width: 20%;  
float: left
}

h1 {
font-size:130%;
}
#subtitle {
font-size: 100%
}

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