@charset "UTF-8";
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    width: 100%;
    float: left;
    vertical-align: baseline;
    border: 0;
}
body {
    line-height: 1;
    font-family: 'alegreya_sansregular';
    font-style: normal;
}
a {
    text-decoration: none;
}
img {
    display: block;
    border: 0;
}
img.alignleft {
    margin: 5px 15px 5px 0px;
    float: left;
}
img.alignright {
    margin: 5px 0px 5px 15px;
    float: right;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-family: 'alegreya_sansbold';
    font-weight: bold;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
p {
    color: rgb(0, 0, 0);
    font-style: normal;
    text-align: justify;
}
strong {
    font-family: 'alegreya_sansbold';
    color: rgb(141, 19, 56);
    font-style: normal;
    font-weight: bold;
}