@font-face {
	font-family: 'franklingothic-book';
	src: url('fonts/franklingothic-book-webfont.woff2') format('woff2'),
		url('fonts/franklingothic-book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}			

@font-face {
	font-family: 'franklingothic-bookit';
	src: url('fonts/franklingothic-bookit-webfont.woff2') format('woff2'),
		url('fonts/franklingothic-bookit-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

p {
	font-family: 'franklingothic-book', Arial, sans-serief;
	max-width: 950px;
}

li {
	font-family: 'franklingothic-book', Arial, sans-serief;
	max-width: 950px;
}

h1 {
	font-family: 'franklingothic-book', Arial, sans-serief;
	font-size: 36px;
}

h2 {
	font-family: 'franklingothic-book', Arial, sans-serief;
}

i {
	font-family: 'franklingothic-bookit', Arial, sans-serief;
	font-style: normal;
}

td {
	font-family: 'franklingothic-book', Arial, sans-serief;
	border: 1px solid black;
}

.qrcodes {
	text-align: center;
}

th {
	font-family: 'franklingothic-book', Arial, sans-serief;
	border: 1px solid black;
}

table {
	border-collapse: collapse;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

img {
	max-width: 96vw;
	height: auto;
}
