p, table, td, th, tr, b, i, u, ol, li {
  font-size: 10pt;
  color: rgb(0,0,0);
 font-family: Verdana, Arial, Helvetica;
}


body {
 font-size: 10pt; 
  color: rgb(0,0,0);
  font-family: Verdana, Arial, Helvetica;
  margin: 18px;
  background-color: #FFFFFF;  
}



h1, h2, h3, h4 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #2A7305;
        font-weight: bold;
}

h1 { 
        font-size: 16pt; 
}

h2 { 
        font-size: 14pt;
	padding-top: 10px;
}

h3 { 
        font-size: 13pt; 
	padding-top: 10px;
}

h4 { 
        font-size: 11pt; 
	padding-top: 10px;
}





a {TEXT-DECORATION: none}
a:hover {TEXT-DECORATION: underline}

table {
	border-collapse: collapse;
	border-color: rgb(120,140,120);
}

hr {
	height:1px;
	color: #8E8E8E;
	background: #8E8E8E;
	border: none;
}


.kod {
	border: 1px solid #cccccc;
	padding: 10px;
	background: rgb(229,229,229);
	background-color: #eeeeee;
	padding-left: 10px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	font-family: "Courier New", Courier, monospace; 
	color: #000000;
	white-space: pre;
}



pre {
        font-family: "Courier New", Courier, monospace; 
        font-size: 10pt;
        color: #0a0a0a;
        margin-left: 15px;
}


