body {
	margin: 0px 0px 0px 0px;
	background-color: white;
}

h1, h2.stare {
	font-family: verdana;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #CC3300;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color : #FFE8A1;
}

h2, h3.stare {
 	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: maroon;
	margin-top: 15px;
	margin-bottom: 10px;
}

p {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	text-indent: 20px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 5px;
}

td {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
}

ul {
	margin-top: 4px;
	margin-bottom: 10px;
}

li {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image: url(../grafika/punktor1.gif);
}

a {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #404040!important;
}

a:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: red!important;
}

fieldset {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #CC3300;
	margin-top: 10px;
	margin-bottom: 5px;
	border: maroon solid 2px;
	padding: 10px 10px 10px 10px;
	width: 90%;
	background-color: #FFF8DE;
}

hr {
	width:	100%;
	border: 1px solid;
	color: #CCCCCC;
	margin: 0px 0px 0px 0px;
}

