@charset "utf-8";
/* CSS Document */

.bck {
	background-color: #161616;
}

.scrollbeauty
{
scrollbar-face-color: #FF00FF;
scrollbar-shadow-color: #0AB0FF;
scrollbar-highlight-color: #00FF00;
scrollbar-3dlight-color: #FF00FF;
scrollbar-darkshadow-color: #00FFFF;
scrollbar-track-color: #FFCC00;
scrollbar-arrow-color: #000000;
}

.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}

.textItalic {
	font-family: Tahoma;
	font-size: 11px;
	font-style: italic;
	color: #999999;
}

.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #444444;
}


.naslov {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.linkovi a:link{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #D7E800;
}
.linkovi a:active{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #00EBFF;
}
.linkovi a:visited{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #D7E800;
}
.linkovi a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}