body {
    margin:0 auto;
    font-family:'Rambla', sans-serif;
    background-color:#fefefe;
    max-width:512pt;
    padding: 32pt 20pt 32pt 20pt;
    color:#010101;
    font-weight:400;
}

h1 {
    font-size:30pt;
    page-break-after:avoid;
    font-weight: 400;
    line-height:1.0;
    display:block;
    margin-bottom: 8pt;
    margin-top: 0pt;
    /* text-align:center; */
}

p, h5 {
    margin: 0;
    font-size:10pt;
    line-height: 1.25;
    font-weight: 400;
    padding: 0;
    text-align:justify
}

h5 {
    color:#808080;
}

ul {
    margin:0;
    padding:1em 0 0 0;
}

ul > li {
    font-size:10pt;
    margin-left:24pt;
    padding:0;
    line-height:1.25;
    text-align:justify;
}

h2 {
    text-transform: uppercase;
    font-weight:400;
    font-size:11pt;
    display:block;
    padding-top:1em;
    padding-bottom: 0.25em;
    margin-bottom: 0;
    line-height:1.0;
    text-align:justify;
    page-break-after:avoid;
}

a {
    -webkit-text-decoration-skip:none;
    color:black;
    text-decoration:underline;
    text-decoration-skip-ink:none
}

a:hover {
    color:#808080
}

.grey {
    color:#808080
}
