/* CSS reset */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;
	text-align: left;
}

img, fieldset {
	border: 0;
}

ol {
	padding-left: 1.4em;
	list-style: decimal;
}

ul {
	padding-left: 1.4em;
	list-style: square;
}

q:before, q:after {
	content:'';
}

/* end CSS reset */

@font-face {
        font-family: LibreFranklinVariableFont;
        src: url("../fonts/LibreFranklin-VariableFont_wght.ttf");
}

@font-face {
        font-family: FranklinGothicMedium;
        src: url("../fonts/FranklinGothicMedium.ttf");
}

body {
        font-family: LibreFranklinVariableFont;
	font-weight: normal;
        font-size: 16px;
        line-height: 20px;
	width: 1024px;
	height: 768px;
	background-repeat: no-repeat;
	background-color: #eceef5;
	color: #000000;
	margin-left: 20px;
}

.mainline {
}

h1 {
        font-family: LibreFranklinVariableFont;
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 4px;
        font-weight: bold;
        color: #cc0000;
}

h2 {
        font-family: LibreFranklinVariableFont;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 2px;
        margin-top: 10px;
        font-weight: bold;
        color: #000000;
}
p {
	margin-bottom: 10px;
}

.imagetable td {
	padding-right: 10px;
}

a {
	color: red;
}
