A{text-decoration:none} /* iskljucivanje da link bude podvucen */

body {
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-size:14px;
	background: #999999; /* boja ili slika oko dokumenta */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the sredina in IE 5* browsers. The text is then set to the left aligned default in the #sredina selector */
	color: #ffffff; /* boja fonta u dokumentu */
}

.stranica #sredina {
	width: 960px;  /* sirina celog dokumenta (umanjena je za 20 px da se ne bi pojavljivao horizontalni scroll bar) */
	background:#ff2c2c; /* boja reda koji razdvaja glavni deo od hedera i futera */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000066; /* velecina i boja okvira oko celog dokumenta */
	text-align: left; /* polozaj teksta  */
}
.stranica #header {
	font-family: "Times New Roman", Times, serif;
	font-size:32px;
	font-weight:bold;
	background:#ff2c2c; /* boja pozadine hedera */
	text-align: center;
	color: #993333;
}
.stranica #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 110px 0; /* 1. cifra: sirina hedera 2. cifra:     */
}

.stranica #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* 1. cifra: sirina hedera 2. cifra:     */
	font-size:36px;
}

.stranica #glavni {
	padding: 0 1px; /* 1. cifra:    1. cifra: razmak teksta u glavnom delu od leve i desne ivice*/
	background:url(bomi_poz.gif); /* boja pozadine glavnog dela stranice */
}
.stranica #footer {
	padding: 0 20px; /* Razmak teksta u futeru levo i desno od ivice okvira */
	background:url(bomi_poz.gif); /* boja pozadine futera */
	text-align:right;
	font-size:9px;
}
.stranica #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* sirina futera */
}
