h1 {
    text-align: center
    }
h2 {
    text-align: center
    }
.signature {
    margin-left: 70%
    }
.note {
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify
    }
.quotation {
    margin-left: 10%
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
hr.full {
    width: 100%
    }
a:link {
    color: #00f;
    text-decoration: none
    }
link {
    color: #00f;
    text-decoration: none
    }
a:visited {
    color: #00f;
    text-decoration: none
    }
a:hover {
    color: #f00;
    text-decoration: underline
    }
pre {
    font-size: 75%
    }