body{
	font: arial;
	margin: 0;
	padding: 0;
	font:  10px;
	;
	text-align: center;
}

.tekst{
 margin: 50px 30px 10px 50px;
 font:  1em;
 color: #000;
 padding: 5px;
 text-indent: 0;

}

.naslovi {
	font: 1.2em;
	font-weight: bold;
	COLOR: #000;
}


a{
 color: #003366;
	font: 10px;
 font-weight: bold;
 text-decoration: none;


}



a:hover{
 color: #3E515E;
 font: 10px;
 text-decoration: none;
  font-weight: bold;
 background-color: #c7d1e1;
   border-color:#dfd7ca #b2ab9b;
}


#menu a, #menu a:visited {
  text-align:center; 
 color: #003366;
	font: 10px;
 font-weight: bold;
 text-decoration: none;
  display:block; 
  }
  
#menu a:hover {
 color: #3E515E;
 	font: 10px;
 text-decoration: none;
  font-weight: bold;
 background-color: #eeeeee;
  }



	
