body {
    font-size: 200%;
    font-family: "Cantarell";
}

* {
    background-color: #f5efe0;
}

p {
    font-size: 125%;
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

strong {
    font-size: 127%;
    letter-spacing: -2px;
}

h1, h2, h3, h4 {
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}


li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 125%;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    list-style-type: circle;
}

a {
    text-decoration: none;
    color: black;
}

#impress-help table {
    color: rgba(0,0,0,0.7);
}
