body {
    color: black;
    background: white;
    font-size: 11pt;
    font-family: arial, helvetica, sans-serif;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.6;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.author {
    text-align: right;
    font-size: 14pt;
    font-weight: bold;
}


blockquote {
    margin-left: 5%;
    margin-right: 5%;
}

h1 {
    fontsize: 150%;
    color: #004800;
}

h2 {
    fontsize: 120%;
    color: navy;
}

a {
    text-decoration: none;
}
