
.deka{ font-size: 1.3em; font-weight: bold;}


#header h1{
	margin: 0px 10px 0px;
	color: black;
	text-align: left;
	z-index: 1;
	font-size: 0.9em;
}

#header h2{
	margin: 0px 10px 0px;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	line-height: 30px;
	background-color: green;
	font-weight: bold;
	padding: 8px;

}

#header h2 a{ color: white; }

#header p{
	margin: 7px 10px 0px;
	font-size: 0.9em;
	color: black;
	padding: 3px;
}

#pankuzu p{
	margin: 5px 10px 0px;
	font-size: 0.9em;
	text-align: right;
	border-bottom: 1px green solid;
	padding: 3px;
}

#entry{ margin: 0px 5px 0px; }

#entry h3{
	margin: 30px 5px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 1.3em;
	line-height: 30px;
	color: #000;
	border-top: 2px double green;
	border-right: 2px solid green;
	border-bottom: 2px double green;
	border-left: 10px double green;
}

#entry h4{
	margin: 30px 5px;
	padding: 0px 0px 0px 15px;
	font-size: 1.2em;
	line-height: 30px;
	color: #454545;
	border-bottom: 1px green solid;
	border-left: 5px solid green;
	border-top: 1px dotted green;
	border-right: 1px dotted green;
}

#entry p{
	margin: 20px 10px;
	color: #555;
	line-height: 160%;
}


#entry hr{
        border-top: 2px green dashed;

}


#entry ul{
	margin: 20px 10px 20px 5px;
}

#entry ul li{
	margin: 7px 0px 0px 0px;
	color: #454545;
	list-style: circle none outside;
	font-size: 1.2em;
}

#footer address{
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 0.9em;
	border-top: 1px green solid;
	text-align: center;
}

#footer p{
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 0.8em;
	text-align: center;
}
