/* CSS Document */
jedan, * {
	margin:0;
	padding:0;

}
#jedan {
	font-size:12px;
	font-family:Arial;
	color: #636363;
	background-color: #676767;
	text-align: center;

}
body {
	font-size:12px;
	font-family:Arial;
	color: #636363;
	background-color: #2c3033;
	text-align: centar;
	line-height: 1.35em;
}
a {
	text-decoration:none;
	color: #698ace;
}
a:hover {
	text-decoration:underline;
	color: #698ace;
}
#dva {
	font-size:12px;
	font-family:Arial;
	color: #636363;
	background-color: #2c3033;
	text-align: center;
}
#footer {
	font-size:11px;
	font-family:Verdana;
	color: #FFFFFF;
	background-color: #2c3033;
	text-align: right;
	padding-top:10px;
}