.navlink {
	font-size: 13px;
	font-family: Corbel;
	color: #999999;
	text-decoration: none;
}
.navlink:hover {
	font-size: 13px;
	font-family: Corbel;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;

}
.navlink1 {
	font-size: 16px;
	font-family: Corbel;
	color: #999999;
	text-decoration: none;
	font-style: italic;
}
.navlink1:hover {
	font-size: 16px;
	font-family: Corbel;
	color: #ffffff;
	text-decoration: underline;
	font-style: italic;

}
.navlink2 {
	font-size: 16px;
	font-family: Corbel;
	color: #999999;
	text-decoration: none;
}
.navlink2:hover {
	font-size: 16px;
	font-family: Corbel;
	color: #ffffff;
	text-decoration: underline;
}

hr {
height: 1px
}

h1 {
	font-size: 18px;
	font-family: Corbel;
	font-variant: small-caps;
	font-style: bold;
	color: #999999;
	border-style: none;	
	border-width: thin;
}

h2 {
	font-size: 16px;
	font-family: Corbel;
	font-variant: small-caps;
	font-style: bold;
	color: #999999;
}

h3 {
	font-size: 14px;
	font-family: Corbel;
	font-variant: small-caps;
	font-style: bold;
	color: #999999;
}

p {
	font-size: 16px;
	font-family: Corbel;
	color: #999999;
	text-align: justify;
}

p.szoros {
	position:relative;
	top:-15px;
	font-size: 16px;
	font-family: Corbel;
	color: #999999;
	text-align: justify;
}