/******************
*	a
******************/

a.none {
	text-decoration: none;
}
a.none img {
	border-width: 0;
}

a.none2 {
	text-decoration: none;
	font: 13px arial;
	color: black;
}

/******************
*	img
******************/

img.none {
	border-width: 0;
	margin: 0;
	padding: 0;
	float: left;
}

/******************
*	table
******************/

table.news {
	text-align: left;
}

table.news td.text {
	background-color: HoneyDew;
	width: 45%;
}

table.news td.text a.none2 {
	display: block;
}

table.news td.text:hover {
	background-color: #57DC4F;
}

table.news td.text:hover a {
	/*color: #000000;
	text-decoration: underline;*/
}

/******************
*	general
******************/

.left {
	text-align: left;
}

.reszlet {
	display: block;
	text-align: left;
	font: 13px arial;
	background-color: white;
	font-style: normal;
	padding: 0;
	margin: 1em 1em 0em 0em;
	line-height: 18px;
}