html, body {
    font-size: 12px;
    font-family: Georgia, Arial, Tahoma;
    color: #222222;
    background: #E9F3FF;
    background-image: url(/repository/layout/new/pozadi.png);
    background-repeat: repeat-x;
    height: 100%;
}

td {
    font-size: 12px;
    font-family: Georgia, Arial, Tahoma, Verdana;
    color: #3C1E09;
    line-height: 150%;
}

a {
    text-decoration: underline;
    color: #DB9500;
}

a:hover 
{ 
    color: rgb(74,138,228) ;
}

h1, h2, h3, h4, h5, h6 {
    color: #003F95;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a {
    text-decoration: none;
}

h2 a {
    text-decoration: none;
}

h1.document {
	font-size: 30px;
	font-style:italic;
    	font-weight: bold;
    	line-height: 100%;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 12px;
}

h3 {
    font-size: 11px;
}

h4 {
    font-size: 10px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/new/sipka.png);
    background-repeat: no-repeat;
    background-position: 0 .0em;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double rgb(236, 242, 246); 
    margin: 5px; 
}
