body {
	font-family: Verdana;
	font-size: 11px;
	background: #ffffff; 
	color: #000000;
	text-align: center;
}
#container {
	width: 780px;
	margin:0 auto;
}
h1 {
	font-size:20px;
	color:#000000;
}
/*Begin top container*/
#top_container {
	width: 100%;
	text-align:center;
}
#kolom {
	margin:4px;
	float:left;
	width:250px;
}
.kolom_in {
	text-align:left;
	width:250px;
	background: #ffe17f;
	border:1px solid #5b822f;
}
.kolom_in h4 {
	height:15px;
	background: #5b822f;
	color: #fff;
	text-align: left;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.kolom_in h4 a {
	height:15px;
	background: #5b822f;
	color: #fff;
	text-align: left;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.kolom_in h4 a:hover {
	height:15px;
	background: #5b822f;
	color: #000;
	text-align: left;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#footer {
	width: 800px;
	margin:0 auto;	
}
/* BEGIN LINKS*/

a {
	color: #000000;
	text-decoration: none;
	padding:0;
	font-size: 12px;
	font-weight:bold;
}

a:hover {
	color: #5b822f;
	text-decoration: underline;
}
.footer a {
	color: #000000;
	text-decoration: none;
	padding:0;
	font-size: 11px;
}

.footer a:hover {
	color: #000000;
	text-decoration: none;
}
