body {
    color: black;
    text-align: left;
    font-family: 'Bitter', serif;
    font-size: 120%; 
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 70px;
}
h1 {
    color: maroon;
    text-align: center;
    margin-bottom: 0px;
    background-color: white
}
h2 {
    color:black;
    text-align: left;
    font-weight: bold;
}
h4 {
    color: saddlebrown;
    font-weight: bold;
    margin-top: 50px;
}
ul {
    margin-top:0px;
}
ol {
    margin-top:0px;
}
li {
  font-size:100%;
    font-family: 'Arial', serif;
    margin-bottom: 10px;
}
p {
    margin-top: 50px;
    margin-bottom: 0px;
}
.Authortitle {
    color: gray;
    font-weight: bold;
    font-size:70%;
    margin-top: 0px;
    margin-bottom: 0px;

}
/* The article date */
div.publication-date {
    font-size: 12px;
    color: gray;
       }
.Subtitle {
    font-style: italic;
    font-size: 80%; 
}
.Bodytext {
    margin-top: 30px;
    font-family: 'Arial', serif;
    font-size: 100;
    margin-bottom: 10px;
}
.Bodytext2 {
    margin-top: 0px;
    font-family: 'Arial', serif;
    font-size: 100;
    margin-bottom: 10px;
}

.Extract {
    font-style: italic;
    color: brown;
    font-size: 90%;
    font-family: 'Arial', serif;
    margin-top: 0px;
    margin-left: 30px;
    margin-bottom: 10px;
}
.Rellink {
    margin-top: 5px;
    font-family: 'sans-serif', serif;
    margin-bottom: 0px;
}