body {
    font-size: 15pt;
    margin-left: 10%;
    margin-right: 10%
    }
.head1 {
    text-align: center;
    font-size: 19pt;
    color: red;
    font-style: italic
    }
.head2 {
    font-size: 15pt;
    color: red
    }
.head3 {
    text-align: center;
    font-size: 15pt;
    color: red
    }
.head4 {
    text-align: center;
    font-size: 19pt;
    font-weight: bold
    }
.head5 {
    text-align: center;
    font-size: 19pt
    }
.smaller {
    font-size: 10pt
    }