a { 
      
      color: #b32017;
      text-decoration: none;
      
   }
   
   a:hover { 
      
      color: #3387b3; 
      decoration: none;
   
   }
   
   body { 
   
      color: #cccccc; 
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 18px;     
      margin: 0;
      background: #e5e5e5;


      
   }
      
  html {

      margin: 0;

   }



   .head {
   
       background: url("images/terazije-px.png") center center no-repeat white;
       background-position: center 20px;
       background-repeat: no-repeat;
       height: 110px;
       border-bottom: 1px #d7d7d7 dotted;
   

       
   }
   
   
   
   .main {

      display:block;
      width: 100%;
      height: 100%;
      background: #ffffff; /* Old browsers */
      background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+,     Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
 
       
   }    
   .content { 

       position: relative;
       width: 60%;
       padding-top:5%;
       margin-right: auto;
       margin-left: auto;


     }
    
    .centar {
    
              margin-right: auto;
              margin-left: auto;
              margin-top: 8%;
              width: 60%;
              
    
    }

   ul {

       position: relative;
       line-height: 3rem;
       margin-top: 2rem;
       border: 1px dotted #d7d7d7;
       border-width: 1px 0px 1px 0px;
       padding: 3rem;
       
   }
   
   .lista {


       display:block;
       list-style-image: url("images/pdf- ico.png");

}

.lista a { 
      

      text-decoration: none;
      
   }


