/* CSS Document */

body
  {
     left : 0; 
	 top : 0; 
	 margin : 0; 
	 color : #000000;
	 background-color : #ffffff;
  } 

table 
  {
     border: 0px;
  }

h1
  {
	font-family : verdana, helvetica, sans-serif;
	font-size : 16px; 
	font-weight : bold;
	color : #993333;
	letter-spacing : 2px;
	text-align : center ;
  }

.gal
  {
	text-align : left ;
  }

.gal a:link
  {
    color: #993333;
    text-decoration : none;
  }

.gal a:visited
  {
    color: #993333;
    text-decoration : none;
  }

.gal a:hover
{
	color : #993333;
    text-decoration : underline;
}


h2
  {
	font-family : verdana, helvetica, sans-serif;
	font-size : 14px; 
	font-weight : bold;
	color : #000000;
	text-align : left
  }

h3
  {
	font-family : verdana, helvetica, sans-serif;
	font-weight : NORMAL;
	font-size : 14px; 
	color : #000000;
	text-align : left
  }

.zaglavlje
  {
	font-family : verdana, helvetica, sans-serif;
	font-size : 10px; 
	color : #993333
  }

.dole 
  {
	font-family : verdana, helvetica, sans-serif;
	font-size : 9px; 
	color : #000000
  }

.dole a:link
  {
    color : #993333;
    text-decoration: none;
  }

.dole a:visited
  {
    color: #cc6600;
    text-decoration: none;
  }

.dole a:hover
  {
    text-decoration : underline;
  }



.H3
  {
	font-family : verdana, helvetica, sans-serif;
	font-weight : NORMAL;
	font-size : 14px; 
	color : #000000;
	text-align : left
  }

.H3 a
  {
	font-weight : bold;
  }	

.H3 a:link
  {
    color : #993333;
  }	

.H3 a:visited
  {
    color: #cc6600;
  }	

.H3 a:hover
  {
    color: #ffffff;
    background-color : #993333;
  }

.tekst
  {
	font-family : verdana, helvetica, sans-serif;
	font-size : 12px; 
	color : #000000;
	text-align : justify;
/*    margin-left : 10px; */
  }


.tekst a
  {
	font-weight : bold;
  }	

.tekst a:link
  {
    color : #993333;
  }	

.tekst a:visited
  {
    color: #cc6600;
  }	

.tekst a:hover
  {
    color: #ffffff;
    background-color : #993333;
  }	
	
/*   */
.sidebar
  {
	font-family : verdana, sans-serif;
	font-size : 13px; 
	color : #993333;
    border: 1px solid #993333;
    padding : 3px;
	margin : 1px;
  }

.sidebar a:link
  {
    color: #993333;
    text-decoration : none
  }

.sidebar a:visited
  {
    color: #993333;
    text-decoration : none
  }

.sidebar a:hover
{
	color : #993333;
	font-weight : bold;
}

