@font-face {
font-family: "CourierPrime";
  src: url(font/CourierPrime-Regular.ttf) format('truetype');
  font-weight: normal;
}

@font-face {
font-family: "CourierPrime";
  src: url(font/CourierPrime-Bold.ttf) format('truetype');
  font-weight: bold;
}

p {
    margin-bottom: 0;
  margin-top: 0;
font-family: "CourierPrime", sans-serif;
}

b {
  font-family: "CourierPrime";
}

h1 {
  margin-bottom: 0;
  margin-top: 0.5;
font-family: "CourierPrime";
}
hr {
    margin-bottom: 0;
  margin-top: 0;
}
body {
   background-color: #fffaed;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px
}
