@charset "windows-1250";
/* CSS Document */

BODY {
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
	font: 9pt Verdana, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	scrollbar-track-color: #6A6A6A;
	scrollbar-face-color: #A6A6A6;
}
P { font: 9pt Verdana, sans-serif;
}
LI {
	list-style-position: outside;
	list-style-type: square;
}

#oranz {
	color: #e67810;
}
#oranz a {
	color: #e67810;
	text-decoration: none;
	}

#dark {
	color: #002817;
}
#dark a {
	color: #002817;
	text-decoration: none;
	}

A {
	color: Black;
	font-weight: bold;	
} 
A:hover {
	color: Black;
	text-decoration: none;
}
