@font-face {
  font-family: BlairMdITC;
  src: url('BlairMdITCTTMedium.ttf');
}

@font-face {
  font-family: PortagoITCTT;
  src: url('PortagoITCTT.ttf');
}

@font-face {
  font-family: AbadiMTCondensedLight;
  src: url('AbadiMTCondensedLight.ttf');
}

body {
	background: white;
	font-family: AbadiMTCondensedLight;
	color: #4d4d4d;
}
h1 {
	font-family: PortagoITCTT;
	font-size: 80pt;
	text-align: center;
	color: black;
}
h2 {
	font-family: BlairMdITC;
	text-align: center;
}
h3 {
	font-family: BlairMdITC;
}
ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
span.fs {
	display: none;
}
address {
	font-style: normal;
}
.content {
	width: 22.5em;
	margin:0px auto;
	text-align: left;
}
