@font-face {
	font-family: Bell;
	src: url(http://mctom.hu/fontok/Bellota-Regular.otf)
}

@font-face {
	font-family: Ita;
	src: url(http://mctom.hu/fontok/Italianno-Regular-OTF.otf)
}


@font-face {
	font-family: LiBio;
	src: url(http://mctom.hu/fontok/LinBiolinum_R.otf)
}



head {
	font-family: Ita;
	padding-left: 15em;
	color: #ddffdd;	/* EAD6BF; */
	background-color: #102f1e;	/* 000700	4F2E08 */
}



body {
	/* padding-left: 12em; */
	font-family: LiBio;
	color: #ddffdd;	/* EAD6BF;*/
	background-color: #102f1e	/* 4F2E08 */
}



address {
	font-family: Ita;
	margin-top: 1em;
	/*	padding-top: -0.2em;
	border-top: thin dotted;	*/
	/*	border-bottom: thin dotted	*/
}

nav {
	font-family: LiBio;
	padding-left: 2em;
	color: #ddffdd;
	background-color: #102f1e;
	margin-top: 2em;
	margin-bottom: 2em;
	
}

h1 {
	font-family: Bell;
	text-align: center;
	font-weight: bold;
}



h2, h3 {
	font-family: Ita;
	text-align: left
}



ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: fixed;	/* absolute; */
	top: 2em;
	left: 1em;
	width: 8em
}



ul.navbar a {
	text-decoration: none;
	text-align: center;
	color: #102f1e; /* 4b6f5e#4b6f5e; */
	font-family: Bell
}

ul.navbar a:hover {
	text-decoration: bold;
	text-align: center;
	color: #5e8b76;
	font-family: Bell
}


ul.navbar li {
	background: #ddffdd;		/*EAD6BF;bcc6ca */
	margin: 0.5em 0;
	padding: 0.3em;
	text-align: center;
	font-style: bold;
	border-right: 0.2em solid gray;	/* #CCAA88; */
	border-left: 0.2em solid white;	/* #FFEECC; */
	border-top: 0.2em solid white;	/* #FFEECC; */
	border-bottom: 0.2em solid gray;	/* #CCAA88 */
}



ul.navbar li:hover {
	background: #d0f0d0;	/* EAD6BF; */
	margin: 0.5em 0;
	padding: 0.3em;
	border-right: 0.2em solid white;	/* #FFEECC; */
	border-left: 0.2em solid gray;	/* #CCAA88; */
	border-top: 0.2em solid gray;	/* #CCAA88; */
	border-bottom: 0.2em solid white;	/* #FFEECC; */
	font-style: LiBio;
}



a:link {
    color: #5e8b76;
    text-decoration: underline;
}



a:visited {
	color: powderblue;	/*  #66ccff;	yellow dark navy */
}



a:hover, a:focus {
	font-family: LiBio;
	font-style: bold;
	color: white;
	cursor: pointer
}


 