@page {
    margin-bottom: 5pt;
    margin-top: 5pt
    }
@font-face {
    font-family: "Merriweather-Italic";
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    src: url(styles/XXXXXXXXXXXXXXXX)
    }
@font-face {
    font-family: "RobotoCondensed-Regular";
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    src: url(styles/XXXXXXXXXXXXXXXX)
    }
@font-face {
    font-family: "Merriweather";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    src: url(styles/XXXXXXXXXXXXXXXX)
    }
@font-face {
    font-family: "RobotoCondensed-Bold";
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    src: url(styles/XXXXXXXXXXXXXXXX)
    }
@font-face {
    font-family: "RobotoCondensed-BoldItalic";
    font-weight: bold;
    font-style: italic;
    font-stretch: condensed;
    src: url(styles/XXXXXXXXXXXXXXXX)
    }