* {
    font-family: Times
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-align: justify
    }
blockquote {
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr {
    width: 50%
    }
hr.full {
    width: 100%
    }
.note, .footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em
    }
.toc {
    font-size: 1em;
    margin-bottom: 0
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }