﻿body {
	background: #3366FF url('../slike/pozadina.png');
	color: white;
	font-family:  georgia, Helvetica, sans-serif, Arial, Calibri;
	margin: 0px;
}
.tabela_levo {
	BORDER-RIGHT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-LEFT: white 1px solid;
	BORDER-BOTTOM: white 1px solid;
}
.tabela_crvena {
	BORDER-RIGHT: red 1px solid;
	BORDER-TOP: red 1px solid;
	BORDER-LEFT: red 1px solid;
	BORDER-BOTTOM: red 1px solid;
}
.tabela_dole {
	BORDER-BOTTOM: white 1px solid;
}
A:link {
	FONT-WEIGHT: bold;
	COLOR: white;
	TEXT-DECORATION: underline;
}
A:visited {
	FONT-WEIGHT: bold;
	COLOR: white;
	TEXT-DECORATION: underline;
}
A:active {
	FONT-WEIGHT: bold;
	COLOR: white;
	TEXT-DECORATION: underline;
}
A:hover {
	FONT-WEIGHT: bold;
	COLOR: red;
	TEXT-DECORATION: underline;
}
.dobrocinitelji:link {
	font-size: 18px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
.dobrocinitelji:visited {
	font-size: 18px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
.dobrocinitelji:active {
	font-size: 18px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}
.dobrocinitelji:hover {
	font-size: 18px;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
}
.tabelasacrte1 {
	BORDER-TOP: white 1px dotted;
	BORDER-BOTTOM: white 1px dotted;
	BORDER-LEFT: white 1px dotted;
	BORDER-RIGHT: white 1px dotted;
	PADDING-TOP: 7px;
	PADDING-BOTTOM: 7px;
	PADDING-LEFT: 7px;
	PADDING-RIGHT: 7px;
	MARGIN-TOP: 10px;
	MARGIN-BOTTOM: 10px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
}
.tabelasalinije {
	BORDER-RIGHT: white 3px double;
	BORDER-TOP: white 3px double;
	FONT-WEIGHT: bold;
	BORDER-LEFT: white 3px double;
	BORDER-BOTTOM: white 3px double;
	TEXT-ALIGN: center;
	color: white;
}
p {
	text-align: justify;
}
marquee {
	color: red;
}
ul#list-nav {
margin:0px;
padding:0;
list-style:none;
width:1000px;
}

ul#list-nav li {
display:inline
}
ul#list-nav li a {
text-decoration:none;
background:red;
font-weight: bold;
padding:6px 0;
width:141px;
height:21px;
color:white;
float:left;
text-align:center;
}
ul#list-nav li a:hover {
background:#3366FF;
color:white;
}
