* {
    margin: 0;
    font-size: 12pt;
    font-family: Arial, Arial, Helvetica, sans-serif;
}

body {
    margin: 5em 0 0 2em;
    max-width: 98% ;
    border-style: none;
    padding: 0in;
}

p {
    writing-mode: horizontal-tb;
    direction: ltr;
    margin-left: 0in;
    margin-right: 0in;
    margin-top: 0in;
    margin-bottom: 0in;
    text-align: left ! important;
    text-indent: 0in;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show
}

td,
th {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 0.3em;
}

.font_size_83 {
    font-size: 90%;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.center-text {
    text-align: center;
}

section h1:first-child {
    font-size: 110%;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 0.2em;
}

section#content section {
    margin-top: 1em;
}

section#content ul {
    margin: 0 0 1em 2em;
}

nav.menu {
    position: fixed;
    clear: both;
    display: block;
    top: 0% ;
    left: 0% ;
    float: left;
    background-color: white;
    padding: 1em ;
    z-index: 99999;
    border:1px solid #a6a6a6 ;
    border-radius: 10px ;
    margin: 2px ;
}

nav.menu ul li {
    list-style: none;
    display: inline-block;
}

nav.menu a .text {
    display:none;
}

nav.menu a i.icon {
    width: 2em ;
    height: 2em;
    content: "&nbsp" ;
    display: inline-block;
}

nav.menu a i.icon img {
    width: 100%;
    height: auto ;
}

header {
    clear: both;
    position: relative;
    display: block;
}