@charset "utf-8";
/* CSS Document */

/* ---- PAGE STYLING ---- */
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* ---- KRAJ ---- */

/* ---- LINKOVI ---- */
a  {
	color : #24a5d3;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	outline: none;
}

a:hover {
	color : #24a5d3;
	font-weight: bold;
	text-decoration: overline;
	font-size: 14px;
	outline: none;
}

a:visited {
	color : #24a5d3;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	outline: none;
}

a:visited:hover {
	color : #24a5d3;
	font-weight: bold;
	text-decoration: overline;
	font-size: 14px;
	outline: none;
}
/* ---- KRAJ ---- */
