body, html {
    margin: 1ex;
    font-family: 'Museo Sans Cyrl', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    line-height: 1.27;
    font-style: normal;
}
div.text {
    text-align: justify;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 1ex;
}
th {
    background-color: #eeeeee;
}