@font-face {
    font-family: 'HAL Timezone';
    src: url('HALTimezone-Regular.eot');
    src: local('HAL Timezone Regular'), local('HALTimezone-Regular'),
        url('HALTimezone-Regular.eot?#iefix') format('embedded-opentype'),
        url('HALTimezone-Regular.woff2') format('woff2'),
        url('HALTimezone-Regular.woff') format('woff'),
        url('HALTimezone-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HAL Timezone Mono';
    src: url('HALTimezoneMono-Regular.eot');
    src: local('HAL Timezone Mono'), local('HALTimezoneMono-Regular'),
        url('HALTimezoneMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('HALTimezoneMono-Regular.woff2') format('woff2'),
        url('HALTimezoneMono-Regular.woff') format('woff'),
        url('HALTimezoneMono-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HAL Timezone';
    src: url('HALTimezone-Italic.eot');
    src: local('HAL Timezone Regular Italic'), local('HALTimezone-Italic'),
        url('HALTimezone-Italic.eot?#iefix') format('embedded-opentype'),
        url('HALTimezone-Italic.woff2') format('woff2'),
        url('HALTimezone-Italic.woff') format('woff'),
        url('HALTimezone-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-size:22pt;
    font-family: hal_timezoneregular;
    line-height: 1;
    scroll-behavior: smooth;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
*{

    scroll-behavior: smooth;
}
body{
    font-size:16pt;
    font-family: HAL Timezone;
    line-height: 1;
    scroll-behavior: smooth;
    color:black;

    padding:15px;
}

a {
	color:black;
}

:hover {
	text-decoration: none;
}







