@charset "utf-8";
/* CSS Document */


body {
	background-color:#000000;
	overflow: scroll;
}

img {
	border:none;
}

.tekstmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;;
	line-height:18px;
	color:#CCC;
	text-transform:uppercase;
}

.teksttahoma{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;;
	line-height:18px;
	color:#CCC;
}

a:link {color:#CCC; text-decoration:none;}      /* unvisited link */
a:visited {color:#CCC; text-decoration:none;}  /* visited link */
a:hover {color:#FFF; text-decoration:underline;}  /* mouse over link */
a:active {color:#FFF; text-decoration:none;}  /* selected link */ 