/* CSS Document */

body {
	background-image: url(Background/uvod.jpg);
	background-repeat: no-repeat;
}


a {
	   text-decoration: none;
		 
		 	 
		 
	  }
a:visited {
	color: #000000;
}
a:hover {
	color: #003366;
}
a:active {
	color: #00CCCC;
}	  
