body {
    margin-left: 7%;
    margin-right: 8%
    }
p {
    text-indent: 1em;
    text-align: justify
    }
h1, h2, h3, h4 {
    text-align: center
    }
ul {
    list-style-type: none;
    margin-left: 5%
    }
ol {
    list-style-type: upper-roman;
    margin-left: 5%
    }
.toc {
    margin-left: 5%;
    margin-right: 5%;
    text-indent: 0
    }
.note {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    text-indent: 0
    }
.att {
    font-size: 90%;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    text-indent: 35%
    }
.block {
    font-size: 90%;
    margin-left: 10%;
    margin-right: 10%;
    text-indent: 0
    }
.footnote {
    font-size: 92%;
    margin-left: 5%;
    margin-right: 4%;
    text-indent: 0
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }