body{
	font-size			: 10pt;	
	text-align			: justify;	
	margin				: 0;
	background-color	: lightgrey;
	font-family			: 'Verdana'; 
	line-height			: 150%;	
}

a {
	color				: white;
	text-decoration		: none;
}

a:hover {
	color				: lightgrey;
}
	
#container {
	margin				: auto;
	width				: 900px;
	background-color	: white;
	min-height			: 650px;	
}

#tartalom {
	padding				: 5px;
}

#menu {
	background-color	: #666666;
	color				: white;
	padding				: 2px 5px;
	height				: 23px;
}
table {
	font-size			: 8pt;
	border-collapse		: collapse;
	width				: 100%;}	

td {	padding				: 2px;}
tr:nth-child(even) {background: #f6f6f6;}
tr:nth-child(odd) {background: #eeeeee;}
tr:first-child  {background: #666666; color: white; font-weight: bold;}	

