@font-face {
    font-family: 'Andale Mono';
    src: url('../fonts/AndaleMono.eot');
    src: url('../fonts/AndaleMono.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AndaleMono.woff2') format('woff2'),
        url('../fonts/AndaleMono.woff') format('woff'),
        url('../fonts/AndaleMono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #FFFFFF;
    color: #676767;
    font-family: 'Andale Mono';
    font-size: 17px;
}

a, a:hover, a:active, a:focus, a:visited {
    color: inherit;
}

.link {
    cursor: pointer;
}

b, strong {
    font-weight: bolder;
    text-shadow: 0 0 0.25px currentColor, 0.25px 0 currentColor, 0 -0.25px currentColor;
}

.logo_cont {
    position: relative;
}

.logo_cont img {
    max-width: 60px;
    margin-bottom: 40px;
}

.logo_cont img.j9_point {
    width: 24px;
    position: absolute;
    right: 0;
}