body {
    /* font-family: Verdana, Arial, Helvetica, sans-serif; /* */
    font-family: Times New Roman, Times, serif;
    font-size: 12pt;
    margin-top: 20px;
    margin-left: 3%;
    margin-right: 3%;
    width: 800px;
    background-color: #f6e4c4;
}

a {
    text-decoration: none;
}

.title {
    font-size: 16pt;
    font-weight: bold;
    /* background-color: #999999; */
    text-align: center; /* */
    padding: 12pt; /* */
    /* border-bottom: 1px solid #FFFFFF; */
    /* height: 50px; /* */
}

.author {
    font-size: 12pt;
    font-weight: bold;
    text-align: center; /* */
    padding: 12pt; /* */
}

.affl {
    font-size: 12pt;
    text-align: center; /* */
}

.date {
    font-size: 12pt;
    text-align: center; /* */
    /* padding: 12pt; /* */
}

.abs {
    font-size: 12pt;
    text-align: justify; /* */
    /* text-indent: 1.5em; /* */
    padding: 12pt; /* */
}

.footnote {
    font-size: 12pt;
    text-align: left; /* */
}

.copy {
    font-size: 10pt;
    text-align: left; /* */
}


