 body {
	margin: 2px;
	background-image: url(../img/background.gif);
	backgro und-color: #CEF1FE;
	background-repeat: repeat;
}

h1, h2, .text, .potpis, .nav, .tablica{
	font-family: Trebuchet MS;
}

h1{
	font-size: 120%;
	font-weight: bold;
	margin: 10px;
}

h2{
	font-size: 100%;
	font-weight: bold;
	margin: 10px;
} 

hr{
	text-align: right;
	width: 50%;
	color: #f2f2f2;
	height: 1px;
	margin-right: 50px;
}

.naslovnica{
vertical-align: middle;
}

.text{
	font-size: 75%;
	text-align: justify;
	margin: 10px;
}

.nav{
	font-size: 80%;
	text-align: center;
	color: #ffffff;
}

.potpis{
	font-size: 70%;
}

.tablica{
	font-size: 75%;
	margin: 10px;
	border-bottom: 1px solid #000000;
}

.tablica td{
	border-top: 1px solid #000000; 
}

#nav a{
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}

#nav a:hover{
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	background: #6699FF;
}

.input, input{
	border: 1px solid #cccccc;
	background: transparent;
}
