@font-face {
    font-family: 'another_typewriterregular';
    src: url('atwriter-webfont.woff2') format('woff2'),
         url('atwriter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}


h1 {
	font-family: 'another_typewriterregular';
	font-size: 38px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 26.4px;
	text-align: left;
}
h2 {
	font-family: 'another_typewriterregular';
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 15.4px;
}
p {
	font-family: 'another_typewriterregular';
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}
table {
	font-family: 'another_typewriterregular';
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
}

td {
  padding:8px;
 }

ul {
	font-family: 'another_typewriterregular';
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;

}