body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : White;
}

.naslov {
	font-size : 16px;
	background-color : #840c51;
	}
	
.naslov_novosti {
	color : #ec0f90;
	font-weight : bold;
}

.tabela {
	background-color : #27171c;
	background-image : url(images/vrh_tabele.jpg);
	background-position : top;
	background-repeat : repeat-x;
}

.tabelanovosti {

	background-color : #27171c;
	background-image : url(images/vrh_tabele.jpg);
	background-position : top;
	background-repeat : repeat-x;
	padding-left : 5px;
}

.copyright {
	font-size : xx-small;
	color: #9f828b;
}

	
a:link {
	color : #ec0f90;
	text-decoration : none;
	}
	
a:visited {
	color : #ec0f90;
	text-decoration : none;
	}
	
a:hover {
	color : #ed39a2;
	text-decoration : underline;
}




