body {
    background-color: #FFFFFF;
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif !important;
    color: black;
    font-size:12px;
    text-align:left;
    margin-top: 1px;
    margin-bottom: 1px;
}
p {
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif !important;
    color: black;
    font-size:12px;
    text-align:left;
    margin-top: 1px;
    margin-bottom: 1px;
}
h1 {
    font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    color: #463A36;
    line-height: 26px;
    text-align:left;
    margin-top: 3px;
    margin-bottom: 3px;
}
h2 {
    font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    color: #463A36;
    line-height: 18px;
    text-align:left;
    margin-top: 3px;
    margin-bottom: 3px;
}
h3 {
    font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    color: #463A36;
    line-height: 14px;
    text-align:left;
    margin-top: 2px;
    margin-bottom: 2px;
}
h4 {
    font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    color: #463A36;
    line-height: 12px;
    text-align:left;
    margin-top: 2px;
    margin-bottom: 2px;
}
a:link {
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif !important;
    font-weight:100;
    color: #008CCF;
    text-decoration: none;
}      /* unvisited link */
a:visited {
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif !important;
    font-weight:100;
    color: #008CCF;
    text-decoration: none;
}  /* visited link */
a:hover {
    color: #008CCF;
    font-weight: 700;
    text-decoration: underline;
    text-decoration: bold;
}  /* mouse over link */
a:active {
    font-family: 'Helvetica Neue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif !important;
    font-weight:100;
    color: #008CCF;
    text-decoration: none;
}  /* selected link */