body{
	font-size			: 9pt;	
	text-align			: justify;	
	margin				: 0;
	background-color	:#16253E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height			: 150%;
	color				: #16253E;
}

td {
	border-bottom		: 1px solid lightgrey;
}

a {
	color				: #16253E;
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}
	
#container {
	margin				: auto;
	width				: 900px;
	background-color	: #f9f9f9;
	min-height			: 650px;	
}

#tartalom {
	padding				: 5px;
}

#topimg {
	height				: 170px;
	background-image	: url(topimg1.png);
	color				: #ff8c00;
}

#menu {
	background-color	: #5cabe0;
	padding				: 2px 5px;
	height				: 23px;
	text-align			: right;
}


