@font-face {
    font-family: RingMatrix3D;
    src: url("fake receipt.ttf");
}

@font-face {
    font-family: minisystem;
    src: url("minisystem.ttf");
    font-weight: normal;
}

@font-face {
    font-family: SFDigitalReadout;
    src: url("SFDigitalReadout-Light.ttf");
}

@font-face {
    font-family: webfont;
    src: url("TitilliumWeb-Light.ttf");
    font-weight: normal;
}

body {
    font-family: webfont;
    font-size: 14px;
    text-align: justify;
    color: #0e75cb;
    width:750px;
    margin-left: auto;
    margin-right: auto;
}

p {
    width: 750px;
    align: center;
    font-size: 14px;
    text-align: justify;
    color: #0e75cb;
}

p.address {
    font-size: 20px;
    font-weight: bold;
    color: black;
    text-align: center;
}

a:link, a:visited {
    color: #0e75cb;
}

a:link:active, a:visited:active: {
    color: #0e75cb;
}
