body {
color : Black;
font-size : 10pt;
font-family : Arial, Helvetica, sans-serif;
margin: 0px;
}

h1 {
font-size : 20pt;
font-family : Arial, Helvetica, sans-serif;
}

h2 {
font-size : 16pt;
font-family : Arial, Helvetica, sans-serif;
}

h3 {
font-size : 14pt;
font-family : Arial, Helvetica, sans-serif;
margin-bottom : 0px;
}


td  {
font-size : 10pt;
font-family : Arial, Helvetica, sans-serif;
vertical-align: top;
 text-align : justify;
 }

hr {
color : Navy;
height : 3pt;
}

A {
color : Blue;
text-decoration: underline;
}

A:hover {
font-weight: bold;
}

A:visited {
color : Navy;
text-decoration: underline;
}

