<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : white;
margin : 0;
padding : 0;
}
body {
background : url('../jpg/pattern2.jpg');
background-color : #97c2f7;
text-align : center;
}
a, a:hover {
text-decoration : none;
color:red;
}
#mainpage {
width : 1100px;
border-left : 1px solid white;
border-right : 1px solid white;
margin : 0 auto;
}
#topbanner {
width : 100%;
height : 300px;
background-color : #c4dbf7;
color:black;
line-height:150px;
}
#navigation {
height : 50px;
width : 100%;
background-color : #97c2f7;
/*border-bottom : 1px solid navy;
border-top : 1px solid navy;*/
line-height : 50px;
}
#content {
background:#c4dbf7 url('../jpg/stefanik.jpg') no-repeat right bottom; 
width : 100%;
min-height: 500px;
overflow : auto;
text-align : left
}
#content p {
text-align : justify;
padding-left : 20px;
padding-right : 20px;
color : black;
}
#footer {
height : 50px;
width : 100%;
background-color : #97c2f7;
color : navy;
border-top : 1px solid white;
border-bottom : 1px solid white;
line-height : 50px;
font-size:10px;
}
#footer a {
color : navy;
text-decoration:none;
font-size:10px;
}
#footer a:hover {
color : black;
text-decoration:underline;
font-size:10px;
}
#navigation a, #navigation a:hover {
text-decoration : none;
text-transform : uppercase;
padding : 0 5px 0 5px;
font-weight : bold;
display : inline-block;
}
#navigation a {
color : navy;
}
#navigation a:hover {
color : white;
background-color : navy;
}
h1 {
font-size : 18px;
padding-left : 20px;
padding-right : 280px;
}
h2 {
font-size : 16px;
padding-left : 20px;
padding-right : 280px;
}
h3 {
font-size : 14px;
padding-left : 20px;
}

ul {
padding-left : 20px;
padding-right : 280px;
}
ol {
padding-left : 30px;
padding-right : 280px;
}
li {
margin-left : 20px;
color:black;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
margin-bottom : 1em;
}
.pright {
margin-right : 280px;
}
h1, h2, h3, h4 {
color : navy;
font-style : italic;
}
#kleft	{width:220px;float:left;margin-top:-20px}
#kright	{width:400px;height:370px;margin-left:240px;margin-top:20px;}
.pcenter	{text-align:center;}
.mlist	{margin-left:15px;}
h4	{
	text-align: left;
	padding-left: 20px;
	padding-right:20px;
	margin-top: 1em;
	font-size:14px;
	width:90%;
		border-radius:30px;
	-moz-border-radius:30px; 
		box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	background-color:#97c2f7;
}
.farebne {
color:navy;
font-weight:bold;}</pre></body></html>