h1 {
        font-color: black;
        font-style: normal;
        font-weight: bold;
        font-size: 13.5pt;
        font-family: arial, sans-serif;
}

h2 {
        font-color: black;
        font-style: normal;
        font-weight: bold;
        font-size: 11.5pt;
        font-family: arial, sans-serif;
}

h3 {
        font-color: black;
        font-style: normal;
        font-weight: bold;
        font-size: 9.5pt;
        font-family: arial, sans-serif;
}

h4 {
        font-color: black;
        font-style: normal;
        font-weight: bold;
        font-size: 6.5pt;
        font-family: arial, sans-serif;
}

h5 {
        font-color: red;
        font-style: normal;
        font-weight: bold;
        font-size: 13.5pt;
        font-family: arial, sans-serif;
}

body {
        font-color: black;
        font-style: normal;
        font-weight: normal;
        font-size: 9pt;
        font-family: arial, sans-serif;
}

p {
        font-color: black;
        font-style: normal;
        font-weight: normal;
        font-size: 9pt;
        font-family: arial, sans-serif;
}

a { color: green; }
a { weight: bold; }
a {text-decoration:none}
a:visited { color: green; }
a:hover { text-decoration: underline; color: green; }
a:active { color: black; }