body {
    font-family: Serif;
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-align: justify;
    text-indent: 3%;
    margin-top: 0
    }
h1, h2, h3, h4 {
    text-align: center
    }
h1 {
    font-size: 300%
    }
hr.short {
    width: 10%;
    text-align: center
    }
ol.withroman {
    list-style-type: upper-roman
    }
a:link, a:visited {
    color: blue;
    text-decoration: none
    }
.toc {
    margin: 0 10%;
    text-align: left
    }
.totoc {
    font-size: 100%;
    text-align: right;
    color: gray
    }
.centeredImage {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
    }
.Italics {
    font-style: italic
    }
ul {
    list-style-type: none
    }
.centered {
    text-align: center
    }
.EightPointFont {
    font-size: 100%
    }
.quotes {
    text-align: center;
    font-style: italic
    }