html, body {
	margin: 0;
	padding: 0;
	background: #AAC393;
}

td.fej {
	background: red;
	text-align: center;
}
td.bal {
	background: #426B1E;
	text-align: center;
}

td.kozep {
	background: #000000;
	align: center;
}

tr.felso {
	background-image: url("taj_1.jpg");
}

td.kozep_felso {
	/* background: #3A5E1A; */
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
td.kozep_also {
	background: #93B078;
	align: center;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 20px;
	border-right: solid 3px #3A5E1A
}

.bal {
	color: #ffffff;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

img.kep1 {
	width: 150px;
	margin-top: 5px; 
	border: solid 0px black;
}
img.kep2 {
	width: 150px;
	margin-top: 5px; 
	border: solid 0px black;
}

.link {
	color: white;
	text-decoration: none; 
}
.link2 {
	color: green;	
	text-decoration: underline; 
}