body {
	background: maroon;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	margin: 10px;
	font-size: 80%;


}
a:link { color: blue}
a:active { color: blue}
a:visited { color: purple}
a:hover {
	text-decoration : none;
	color: red;
}
h1 {
	font-size : 120%;
	text-align: center;



}
h2 {
	font-size : 105%;
	text-align: left;

}
h3 {
	text-align: center;
	font-size: 105%;
}
h4 {
	text-align: center;
	font-size: 80%;
	font-weight: bold;

}
p {
}
.justify {
	text-align: justify;
	text-indent: 15pt;
	font-size: 85%;
}
.kisebb { 	font-size: 70%; }
.maroon {
	color: maroon;
}
.hatter {
	background-image: url(nav/hatter.gif);
}
.fekete {
	color: black;
}
li {
	list-style-image: url(nav/bullet.gif);
}
h5 {
	font-weight: bold;
	font-size: 90%;
	margin: 0px;
	padding: 0px;



}
h6 {
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}
.hatterinput {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(nav/hatter.gif);
	text-align: center;
}
