body {
    font-size: 11pt;
    font-family: Tahoma;
    color: #424242;
    margin: 40pt;
}

h1 {
    font-size: 18pt;
    font-family: Helvetica;
    color: #181818;
    font-weight: bold;
    border-bottom: 1px solid black;
}

h2 {
    font-size: 14pt;
    font-family: Helvetica;
    color: #2e2e2e;
    font-weight: bold;
}

h3 {
    font-size: 12pt;
    font-family: Helvetica;
    color: #2e2e2e;
    font-weight: bold;
}

a:link {
    color: #003a76;
    text-decoration:none;
}

a:visited {
    color: #003a76;
    text-decoration:none;
}

a:hover {
    color: #003a76;
    text-decoration:underline;
}

a:active {
    color: #003a76;
    text-decoration:none;
}
