BODY {
    font-weight: normal;
    font-size: 12pt;
    line-height: 12pt;
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    background: white;
    margin-top : 5px;
}
H1 {
    font-weight: bold;
    font-size: 14pt;
    line-height: 16pt;
    font-family: Arial,Helvetica,sans-serif;
    font-variant: normal;
    font-style: normal;
    color: black
}
H2 {
    font-weight: bold;
    font-size: 12pt;
    line-height: 12pt;
    font-family: Arial,Helvetica,sans-serif;
    font-variant: normal;
    font-Style: Normal;
    color: black
}
H3 {
    font-weight: bold;
    font-size: 12pt;
    line-height: 12pt;
    font-family: Arial,Helvetica,sans-serif;
    font-variant: normal;
    font-Style: italic;
    color: black
}
N1 {
    font-weight: normal;
    font-size: 10pt;
    line-height: 11pt;
    font-family: Arial,Helvetica,sans-serif;
    font-variant: normal;
}
A {
    color: blue;
    Text-decoration: none
}
A:Hover {
    text-decoration: underline;
}
