BODY {
        color : Black;
        text-align: left;
        background-color : White;
}

 h1, h1 {
        font-size : 14pt;
        text-align : center;
        color : Maroon;
        font-weight : bold;
}

 h1 B {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 14pt;
        color : Blue;
        text-align : center;
        font-weight : bold;
}


 h2, h2 {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12pt;
        color : Navy;
        text-align : left;
        font-weight : normal;
  }

 h2 B {
        font-size : 11pt;
        color : Black;
        text-decoration : none;
        font-weight : bold;
        text-align : left;
}

 h2 I{
        font-family : "Times New Roman", Times, serif;
        font-size : 12pt;
        color : Black;
        font-style : italic;
        text-decoration : none;
        font-weight : bold;
}

H2 SUB {
        font-size : 60%;
}
      
H2 SUP {
        font-size : 80%;
}
  
 h3, h3 {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11pt;
        color : Black;
        text-decoration : none;
        text-align : left;
        font-weight : normal;
  }

 h3 b {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11pt;
        color : Navy;
        text-decoration : none;
        font-weight : normal;
        text-align : left;
}

 h3 I{
        font-family : "Times New Roman", Times, serif;
        font-size : 11pt;
        color : Black;
        font-style : italic;
        text-decoration : none;
        font-weight : normal;
}

h3 sub {
        font-size : 60%;
}
      
h3 sup {
        font-size : 80%;
}
  
A {
        color: Blue;
}

A:VISITED {
        color : Purple;
}

A:Hover {
        color: Red;
}

