<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Style sheet for the html 4.0 specification
 */

body {
      background:url(./pic/pozadi.gif); 
      color: black;
      font-family: Times New Roman; 
     }

H1,H2,H3,H6{
            text-align: center;
           }

H1{
   font-size 25pt;
   line-height 30pt;
   font-weight bold;
  }
  
H1{color: #128705}

H4{color: blue}

H5{color: black}

H2{
   font-size 16pt;
   line-height 18pt;
   font-weight bold;   
  }
H3{
   font-size 15pt;
   line-height 17pt;
   font-weight bold;   
  }

H4{
   font-size 12pt;
   line-height 12pt;
   font-weight bold;   
  }
H5{
   font-size 7pt;
   line-height 7pt;
  }
H6{
   font-size 12pt;
   line-height 14pt;
   font-weight bold;   
  }

P{ 
  text-indent: 3em
  font-weight: normal; 
  font-size: 12pt;
  line-height: 14pt; 
  font-variant: normal;
  font-style: normal;   
 }

INPUT{ 
  text-indent: 1em
  font-weight: normal; 
  font-size: 10pt;
  line-height: 11pt; 
  font-variant: normal;
  font-style: normal;   
 }

P.note{
       color: black;
       font-weight: normal; 
       font-size: 10pt;
       line-height: 11pt; 
       font-variant: normal;
       font-style: normal;   
      }

P.info{
       text-indent: 3ex;
       color: maroon;
       font-weight: normal; 
       font-variant: normal;
       font-style: italic;   
      }
      
P.link{
       text-indent: 3ex;
       color: maroon;
       font-weight: normal; 
       font-variant: normal;
       font-size:10pt;
       font-height:11pt;
       font-style: italic;   
      }
      

A:link{
       text-decoration: none ;
       color: blue;
      }
	  

A:visited{
          text-decoration: none;
          color: darkgreen;  
         }
A:active{
         text-decoration: none;
         font-style: italic;
         color: lightred;
        }
         
A:hover {
         color: red;
         text-decoration: underline;
        }

P.special {
           color : blue;
           border: solid fuchsia;
          }
</pre></body></html>