<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
CSS for the EU programme QUANTUM GEOMETRY

Pawel Witkowski
*/

/*==================================================================*/

* {
	margin:0px;
	padding:0px;
}

body { 
	margin-right: 10px;
	margin-left: 130px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	font-size: 14px;
	text-indent: 20px;
	padding: 4px;
	text-align: justify;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 8px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 6px;
}

a:link, a:visited {
	display: inline;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a:hover, a:active{
	display: inline;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
 }

table {
	border: 0;
	padding: 2px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

th {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 4px;
	padding: 4px;
}

td {
	padding: 4px;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #000000;
}

td p{
	padding: 4px;
	text-align: justify;
}

img {
	border: 0;
}

ul {
	list-style: square;
	padding: 4px;	
	padding-left: 8px;		
	margin: 2px;
	margin-left: 16px;		
}

ol {
	padding: 4px;
	padding-left: 8px;			
	margin: 2px;
	margin-left: 16px;			
}

li {
	padding: 0px;
	margin: 2px;
}

hr {
	margin: 2px;
	height: 1px;
	width: 80%;
}
/*==================================================================*/

#header {
	position: relative;
	height: 80px;
	/*width: 400px;*/
	background-position: center;
	text-align: center;
	z-index: 10;
	padding: 5px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	vertical-align: middle;	
}

#center_container{
	position: relative;
	margin-top: 5px;
	margin-bottom: 30px;	
	padding: 2px;
	padding-bottom: 30px;
	top: 10px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
}

#left_container{
	position: absolute;
	padding: 2px;
	padding-bottom: 30px;	
	width: 110px;
	background-repeat: repeat-y;
	background-position: left;
	top: 10px;
	left: 10px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
}

#right_container{
	position: absolute;
	margin-top: 5px;	
	padding: 2px;
	width: 110px;
	background-repeat: repeat-y;
	background-position: right;
	top: 90px;
	right: 10px;
}

#footer{
	position: relative;
	background-repeat: no-repeat;
	width: 300px;
	height: 18px;
	text-align: center;
	padding: 5px;
	bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;		
	border-top: 1px;
   border-bottom: 1px;
   border-left: 0px;
   border-right: 0px;
	border-style: solid;
	vertical-align: middle;
}


#footer	a{
	display: inline;
	text-transform: uppercase;
}

/*==================================================================*/
#IMPAN_logo {
	position: absolute;
	background-image: url("../images/IMPAN_logo_trans.png");
	background-repeat: no-repeat;
	top: 5px;
   left: 10px;
	vertical-align: middle;   
	width: 80px;
	height: 80px;
}

#EU_logo {
	position: absolute;
	background-image: url("../images/EU_logo.gif");
	background-repeat: no-repeat;
	top: 20px;
   right: 20px;
	vertical-align: middle;   
	width: 80px;
	height: 80px;
}

#UW_logo {
	position: absolute;
	background-image: url("../images/UW_logo.gif");
	background-repeat: no-repeat;
	top: 5px;
   right: 10px;
	vertical-align: middle;   
	width: 80px;
	height: 80px;
}
/*==================================================================*/

#navigation {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

#navigation ul, #navigation ol {
	list-style: none;
	padding: 2px;
	margin: 2px;
}

#navigation li {
	padding: 2px;
	margin: 2px;
}

#navigation a:link, #navigation a:visited{
	display: block;
	font-size: 13px;
	font-weight: bold;
	background-color: transparent;	
	padding: 6px;	
}

#navigation a:hover, #navigation a:active{
	display: block;
	font-size: 13px;
	font-weight: bold;
	background-color: transparent;	
	padding: 6px;	
}

#navigation a span{
	display: none;
}

#navigation a:hover span{
	display: block;
	position: relative;
	top: -5px;
	font-size: 12px;
}

#navigation h1{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
	background-color: transparent;
}

#navigation li li, 
#navigation li a:link,
#navigation li a:visited,
#navigation li a:hover,
#navigation li a:active {
	display: inline;
	margin: 4px;
	margin-left: -4px;
}

#link_list {
	position: relative;
	padding: 2px;
}

#link_list ul, #link_list ol {
	list-style: none;
}

#link_list li {
	padding: 2px;
	margin: 2px;
}

#link_list a:link, #link_list a:visited{
	display: block;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	margin: 2px;
	margin-top: 4px;
	padding: 2px;
}

#link_list a:hover, #link_list a:active{
	display: block;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;	
	margin: 2px;
	margin-top: 4px;
	padding: 2px;
}

#link_list a span{
	display: none;
}

#link_list a:hover span, #link_list a:active span{
	display: block;
	position: relative;
	top: -5px;
	font-size: 12px;
}

#link_list h1{
	background-color: transparent;
}
/*==================================================================*/

.description, .description p {
	margin: 2px;
	padding: 4px;
	font-size: 14px;
	text-align: justify;
	}
	
.description ul{
	list-style: square;	 
	}

.description a:link,
.description a:visited,
.description a:hover,
.description a:active {
	font-size: 13px;
	font-weight: bold;
}

.description p:first-letter
{
	font-weight: bold;
}

.main_description, .main_description p{
	font-size: 16px;
	margin: 4px;	
	text-align: justify;	
	}
	
.main_description ul{
	list-style: square;	 
}

.main_description a:link,
.main_description a:visited,
.main_description a:hover,
.main_description a:active {
	font-size: 15px;
	font-weight: bold;
}

.main_description p:first-letter {
	font-weight: bold;
}

.news, .news p {
	text-align: justify;
	margin: 2px;
	padding: 2px;
}

.news h1{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 4px;
	margin-top: 6px;
}

.important{
	margin: 4px;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
}

.title{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 2px;
	padding: 2px;
}

a .title{
        text-decoration: none;
}

.main_title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 6px;
	padding: 6px;
}

.details {
	margin: 4px;
	padding: 4px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	}
/*==================================================================*/
acronym{
	font-weight:bold;
}

.button {
	display: inline;
	position: relative;
	top: 2px;
	border: 0px;
	border-left: 1px;
	border-right: 1px;	
	border-style: solid;
	margin: 4px;
	padding: 4px;
}

.button a:link,
.button a:visited,
.button a:hover,
.button a:active
{
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

.name {
	margin: 2px;
	padding: 2px;
	display: block;
	font-weight: bold;
}

.date, .place {
	display: inline;
	font-weight: bold;
}

.contact{
	margin: 2px;
	padding: 2px;
}

.email{
	display: inline;
	font-weight: bold;
}

.phone{
	display: inline;
	font-weight: bold;
}

.address{

}

.back_link {
	font-weight: bold;
	margin: 2px;
}

.back_link:before {
	content: "";
	
}
.back_link:after {
	content: "";
}

.more_link {
	display: block;
	font-weight: bold;
	text-align: right;
	float: right;
	clear: both;
	margin: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.more_link:before {
	content: "[";
	
}
.more_link:after {
	content: "]";
}

.home_link {
	font-weight: bold;
	margin: 2px;
}

.home_link:before {
	content: "";
	
}
.home_link:after {
	content: "";
}

.contact_link {
	font-weight: bold;
	margin: 2px;
}

.contact_link:before {
	content: "";
	
}
.contact_link:after {
	content: "";
}

.update {
	display: block;
	text-align: right;
	float: right;
   clear: both;
	margin: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.horizontal {
	display: inline;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
	font-size: 15px;
	padding: 4px;
	margin: 4px;
}

.light_border {
	border: 1px;
	border-style: dotted;
	padding: 4px;
}</pre></body></html>