@page {
    margin-top     : 0.3em;
    margin-bottom  : 0.3em;
    margin-left    : 0.3em;
    margin-right   : 0.3em;

}

@font-face {
    font-family : 'Literata';
    src         : url('fonts/literata-regular.otf');
}
@font-face {
    font-family : 'Literata';
    src         : url('fonts/literata-bold.otf');
    font-weight : bold;
}
@font-face {
    font-family : 'Literata';
    src         : url('fonts/literata-italic.otf');
    font-style  : italic;
}
@font-face {
    font-family : 'Literata';
    src         : url('fonts/literata-bold-italic.otf');
    font-weight : bold;
    font-style  : italic;
}



p {
    text-align      : justify;
    padding-bottom  : 0em;
    padding-top     : 0em;
    margin-top      : 0em;
    margin-bottom   : 0.25em;
    line-height     : 1.3em;
    font-family     : 'Literata', inherit;
    font-size       : 0.85em;
}

h1 {
    font-family     : 'Literata', inherit;
    text-align: center;
    margin-bottom: 0.5em;
}

h2 {
    font-family     : 'Literata', inherit;
    text-align: center;
    margin-bottom: 0.5em;
}

h3 {
    font-family     : 'Literata', inherit;
    text-align: center;
    margin-bottom: 0.3em;
}

h4 {
    font-family     : 'Literata', inherit;
    text-align: center;
    margin-bottom: 0.1em;
}

h5 {
    font-family     : 'Literata', inherit;
    text-align: center;
    margin-bottom: 0.1em;
}

h6 {
    font-family     : 'Literata', inherit;
    text-align: center;
    margin-bottom: 0.1em;
}

hr {
    width: 95%;
}

table {
    border: 0;
    border-collapse: collapse;
}

td {
    vertical-align  : top;
    font-family     : 'Literata', inherit;
    font-size       : 1em;
    padding-bottom  : 14px;
    min-width       : 60px;
}

a {
    text-decoration: none;
}

a[href^="http://"], a[href^="https://"] {
    text-decoration : underline;
}

.indent-text {
    text-indent: 1.3em;
}

.align-center {
    text-align: center;
}

.style_0 { font-style: normal; } 
.style_1 { font-style: italic;font-style: italic; } 
.style_2 { font-style: italic; }