.font0 {
    font: 7pt Arial, sans-serif
    }
.font1 {
    font: 14pt Bookman Old Style, serif
    }
.font2 {
    font: 13pt Cambria, serif
    }
.font3 {
    font: 15pt Cambria, serif
    }
.font4 {
    font: 18pt Cambria, serif
    }
.font5 {
    font: 41pt Courier New, monospace
    }
.font6 {
    font: 10pt Times New Roman, serif
    }
.font7 {
    font: 12pt Times New Roman, serif
    }
.font8 {
    font: 12pt Times New Roman, serif
    }
.font9 {
    font: 9pt Times New Roman, serif
    }
.font10 {
    font: 12pt Times New Roman, serif
    }
.font11 {
    font: 10pt Times New Roman, serif
    }
.font12 {
    font: 20pt Times New Roman, serif
    }
.font13 {
    font: 17pt Times New Roman, serif
    }
.font14 {
    font: 18pt Times New Roman, serif
    }
.font15 {
    font: 18pt Times New Roman, serif
    }
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }