body {
    width: 100%;
    background-color: whitesmoke;
}

div {
    width: 90%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 5%;
}

a {
    word-wrap: break-word;
    color: #777;
}

div#title {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 1em;
    color: black;
}

div#contents {
    margin-top: 1em;
    font-size: 1em;
    background-color: whitesmoke;
    color: black;
    padding: .5em;
    border: 1px dotted black;
}


ol {
    list-style-position: outside;    
    text-align: left;
}

li {
    margin-top: .5em;
    margin-left: 0px;
    padding: .5em;
}

div.section {
    margin-top: 1em;
    font-size: 1em;
    background-color: whitesmoke;
    color: black;
    padding: .5em;
    border: 1px dotted black;
}

h3 {
    font-size: 1.2em;
    text-align: center ;
    margin-top: 0;
    margin-bottom: 0;
}

div#contents {
    margin-top: 1em;
    font-size: 1em;
    background-color: whitesmoke;
    color: black;
    padding: .5em;
}

p.citation {
    font-size: .9em;
    padding: 3%;
}