/* P C D T R */
@import "php/css.php";
/* font-size in pts */
.naslov {
	font-family: Battle;
	font-size:24pt;
	background-color: #555;
	color:#37cbfe;
	font-weight:bold;
	
}
.naslov1 {
	font-family: Battle;
	font-size:22pt;
	font-weight:bold;
	background-color: #000;
	color:#37cbfe;
}
.link {
	font-family: Battle;
	font-size:22pt;
	font-weight:bold;
	background-color: #000;
	color:#37cbfe;
}
.new{
	font-family: Brody, Georgia, Times, serif;
	font-size:25pt;
	background-color:#d6dee9;
	color:#000;
	margin:1em 0;
	text-align:center
}
.new a:hover{
	color:#d05c00;
}

