html {
    font-family: Georgia;
    -webkit-font-smoothing: antialiased;
    color: rgba(0, 0, 0, 0.8);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.8);
}

p {
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

ul,
ol {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

ul li,
ol li {
    line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

blockquote {
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica;
    margin-top: 2rem;
    margin-bottom: 0;
    line-height: 1.5rem;
}

h1 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 1.2rem;
    font-weight: normal;
}

h3 {
    font-size: 1.1rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.8rem;
}

h6 {
    font-size: 0.6rem;
}

table {
    margin-top: 1.5rem;
    border-spacing: 0px;
    border-collapse: collapse;
}

table td,
table th {
    padding: 0;
    line-height: 33px;
}