@charset "windows-1250";
/* CSS Document */

body {
	margin: 0px;
	background: url(images/background.png) no-repeat; 
	background-color:#f9efd9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #330000;

}

a:link {  color: #000000 ; text-decoration: none; font-weight: bold;}
a:visited {  color: #000000 ; text-decoration: none; font-weight: bold;}
a:active {  color: #000000 ; text-decoration: underline; font-weight: bold;}
a:hover {  text-decoration: underline; color: #000000; font-weight: bold;}

input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
        color: #330000;
	

}

.tartalom{
	background:url(images/body_bacground.gif) no-repeat;
	background-color:#f9efd9;
	width:640px;
	height:515px;
}

img{
border:0px;

}

tr.row0:hover {
background-color:#dcbb70;
}


