body {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

A:link {
    text-decoration: none;
}

A:hover {
    text-decoration: none;
}

.courier-prime-regular {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}

.courier-prime-bold {
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: normal;
}

.courier-prime-regular-italic {
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: italic;
}

.courier-prime-bold-italic {
    font-family: "Courier Prime", monospace;
    font-weight: 700;
    font-style: italic;
}