.foglalasDiv
{
	background-color:rgb(240,240,190);
	opacity:0.7;
	filter:alpha(opacity=70);
	margin-top:-350px;
	margin-bottom:100px;
	margin-left:230px;
	width:550px;

}

.helper
{
	width:200px;
	height: 350px;
	text-align:justify;
	font-size:15px;
	margin:5px;
	padding:3px;
	#background-color:rgb(240,240,190);
	color:rgb(160,160,90);
}

.block
{
	text-align:justify;
	font-size:15px;
	margin:5px;
	padding:3px;
	background-color:rgb(241,241,191);
	color:rgb(160,160,90);
}

.link
{
	margin:5px;
	text-decoration:none;
	text-align:center;
	display:block;
	color:rgb(160,160,90);
	font-size:20px;
	font-weight:bold;
}

.link:hover
{
	color:rgb(160,160,90);
	font-size:20px;
	background-color: white;
}

.link:visited
{
	color:rgb(160,160,90);
}
