a:link {
	color: #91A909;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #91A909;
}
a:hover {
	text-decoration: underline;
	color: #91A909;
}
a:active {
	text-decoration: none;
	color: #91A909;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	top: auto;
	
}
.Text_zold_normal {
	font-size: 12px;
	color: #91A909;
}
.Text_Feher_Bold {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.Text_Feher_normal {
	font-size: 12px;
	color: #ffffff;
	text-align: left;
}
.table {
	float:left;
	width: 120px;
	margin:10px;
}
.clearer {
	clear:both;
}