body {
	margin: 10px 10px 10px 10px;
	padding: 0;

	scrollbar-fase-color: #dbdbdb;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #9a9a9a;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-highlight-color: #666666;
	
	background-color: #ffffff;
}

body, p, div, li, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

.recept {
	color: #000000;
	width: 437px;
	height: 350px;
	border-style: dotted;
	border-color: #9697A5;
	font-size: 18px;
}

.recept2 {
	color: #000000;
	width: 437px;
	height: 250px;
	border-style: dotted;
	border-color: #9697A5;
	font-size: 18px;
}

.komentar {
	color: #000000;
	width: 400px;
	height: 150px;
	border-style: dotted;
	border-color: #9697A5;
	font-size: 18px;
}

.posalji {
	cursor: pointer;
}

.recepti-lista {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
}

.komentar-box {
	display: block;
	width: 500px;
	margin: 10px;
	padding: 5px;
	border-width: thin;
	border-style: dotted;
	border-color: #9697A5;
}

