body {
    font-family: Segoe UI, Calibri, Arial;
    font-size: 11pt;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 700px;
}

p {
    margin-top: 0em;
    margin-bottom: 0.3em;
}

.red {
    color: red;
}

.no-top-margin {
    margin-top: 0em;
}

.no-bottom-margin {
    margin-bottom: 0em;
}

h2 {
    color: red;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h3 {
    color: red;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.div1 {
    text-align: center;
}

.div_border {
    text-align: center;
    border: solid 2px black;
    padding: 10px 10px;
    margin-bottom: 10px;
}

div.picnic {
    margin: 20px;
}

h4 {
    text-decoration: underline;
    font-style: italic;
    margin-top: 0.7em;
    margin-bottom: 0.5em;
}

.footnote {
    text-decoration: none;
    text-align: center;
    font-style: italic;
    margin-bottom: 0em;
}

div#personal {
    color: red;
    font-style: italic;
    margin-top: 5px;
}

/* Styles for Introduction */

div.intro {
    text-align: center;
    font-size: 13pt;
}

div.intro h2 {
    font-size: 16pt;
}

div.intro div {
    margin-bottom: 30px;
}

div#welcome {
    color: blue;
    font-style: italic;
    font-weight: bold;
    font-size: 11pt;
}

div#quote {
    color: darkred;
    text-align: justify;
    text-justify: inter-word;
}

div.footnote {
    color: black;
    font-size: small;
    padding: 20px;
}
div#info {
    border: black solid 1px;
    color: black;
    width: 90%;
    padding: 8px 8px;
    font-size: 10pt;
    text-align: left;
    text-align: justify;
    text-justify: inter-word;
    margin-left: auto;
    margin-right: auto;
}

p#footnote {
    color: darkred;
    font-style: italic;
    font-size: smaller;
}

div.ulist{
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

div.topic {
    text-align: left;
    border: solid 2px black;
    padding: 10px 10px;
    margin-bottom: 10px;
}

div.topic h2 {
    text-align: center;
}

div.topic img {
    display: block;
    margin:5px auto;
}

div.pics {
    display: inline-flex;
}

@media print {
    .pagebreak { page-break-before: always; }
}
