body {
    font-family: "Times New Roman", Times,Garamond , serif;
    line-height: 1.4;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
    padding: 40px 20px;
    font-size: 11pt;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

header {
    text-align: center;
    border-bottom: none;
    margin-bottom: 24px;
    padding-bottom: 0;
}

h1 {
    margin: 0;
    font-size: 24pt;
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 12pt;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #000000;
}

h3 {
    font-size: 11pt;
    font-weight: bold;
    margin: 10px 0 2px 0;
}

p {
    margin: 0 0 10px 0;
}

ul {
    list-style-type: disc;
    margin-top: 4px;
    margin-bottom: 16px;
    padding-left: 20px;
}

li {
    margin-bottom: 4px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}