
header {
text-align: center;
}

@font-face {
	font-family: "GillSans-Light";
	src: url("fonts/gillsans-light.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal;
}

pre {
	font-size: 1em;
	font-family: "GillSans-Light";
}

p {
	font-size: 1em;
	font-family: "GillSans-Light";
}

h1 {
	font-size: 6em;
	font-family: "GillSans-Light";
}
h2 {
	font-size: 5em;
	font-family: "GillSans-Light";
}
h3 {
	font-size: 4em;
	font-family: "GillSans-Light";
}
h4 {
	font-size: 3em;
	font-family: "GillSans-Light";
}
h5 {
	font-size: 2em;
	font-family: "GillSans-Light";
}
h6 {
	font-size: 1em;
	font-family: "GillSans-Light";
}

.fgillsl{ font-family: "GillSans-Light";}

<<!--img {
width: 50%;
}