body {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

.current{
	color:#9db708;
}

h1 {
	margin-top: 0px;
	font-size: 3em;
	font-family: "LeanO FY";
	text-align: center;
}

p {
	font-family: "Achille FY L";
	font-size: 1em;
}

.bodytext {
	width: 90%;
	margin: 0 auto;
	position: relative;
	
}

.bodytext a:link {
	color: #9db708;
	
}

.bodytext a:visited {
	color: black;
}
	

img.large {
	display: block;
	width: 100%;
	margin: 0px auto;	

}

img.long {
	display: inline-block;
	max-height: 100%;
	margin: 0px auto;
	
}

@font-face {
 font-family: 'Achille FY L';
 src: url('../fonts/achillefy-regular_l-webfont.eot');
 src: url('../fonts/achillefy-regular_l-webfont.eot?#iefix') format('embedded-opentype'),
 url('../fonts/achillefy-regular_l-webfont.woff') format('woff'),
 url('../fonts/achillefy-regular_l-webfont.ttf') format('truetype'),
 url('../fonts/achillefy-regular_l-webfont.svg#achillefy-regular_l') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'LeanO FY';
 src: url('../fonts/leanofy-bold-webfont.eot');
 src: url('../fonts/leanofy-bold-webfont.eot?#iefix') format('embedded-opentype'),
 url('../fonts/leanofy-bold-webfont.woff') format('woff'),
 url('../fonts/leanofy-bold-webfont.ttf') format('truetype'),
 url('../fonts/leanofy-bold-webfont.svg#leanofy-bold') format('svg');
 font-weight: bold;
 font-style: normal;
}

@font-face {
 font-family: 'Booster FY';
 src: url('../fonts/boosterfy-regular-webfont.eot');
 src: url('../fonts/boosterfy-regular-webfont.eot?#iefix') format('embedded-opentype'),
 url('../fonts/boosterfy-regular-webfont.woff') format('woff'),
 url('../fonts/boosterfy-regular-webfont.ttf') format('truetype'),
 url('../fonts/boosterfy-regular-webfont.svg#boosterfy-regular') format('svg');
 font-weight: normal;
 font-style: normal;
}