.text { text-align: justify; cursor: default; font-size: 16; line-height: 1.25; font-family: "Arial Narrow", "Arial CE"; margin-left: 9px; margin-right: 9px}

.nadpis { text-align: center; cursor: default; font-size: 22; line-height: 1; font-family: "Architecture CE", "Arial Narrow", "Arial CE"; margin-top: 15px; margin-bottom: 15px}

.main {  cursor: default}
body, html  {
scrollbar-track-color: "rgb(51,51,153)";
scrollbar-face-color: "rgb(51,51,153)";
scrollbar-highlight-color: "rgb(51,51,153)";
scrollbar-3dlight-color: "rgb(204,204,255)";
scrollbar-darkshadow-color: "rgb(51,51,153)";
scrollbar-shadow-color: "rgb(204,204,255)";
scrollbar-arrow-color: "rgb(204,204,255)"; }

.pic {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.mapa {font-family=arial; font-size=x-small}

<!--
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->

<!--
var omitformtags=["input", "textarea", "select"]

omitformtags=omitformtags.join("|")

function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}

function reEnable(){
return true
}

if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
//-->