html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #E8E7D3;
}
.menu {
	display: block;
	font-family: sans-serif, arial, "MS Sans Serif";
	font-size: 16px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E48916;
	text-decoration: none;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #E48916;
}
.menu:hover {
	color: #FFC65B;
	background-color: #50250E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC65B;
}
.szoveg {
	font-family: verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #290F02;
	text-decoration: none;
}
.link {
	font-family: verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #57290F;
	text-decoration: underline;
}
.link:hover {
	font-family: verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #EE8A1B;
	text-decoration: underline;
}
h1 {
	font-family: verdana, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #2C1002;
	text-decoration: none;
	display: inline;
}
.textarea {
	font-family: verdana, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #290F02;
	text-decoration: none;
	background-color: #DCDCBA;
	border: 1px solid #57290F;
}

