body {
	font-size: 14px;
	line-height: 1.5;
	font-family: "Roboto", sans-serif;
	background-color: #d8cbc5;
	background-image: url("../pozadi1.gif");
	background-repeat: repeat-y;
}

.menu .item {
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #d8cbc5;
}

.menu .item:hover {
	color: #000000;
	background-color: #d8cbc5;
}

.menu a {
	text-decoration:none;
}
