﻿body 
{
    margin: 0px;
    background-color:#ffffff;
  }
  
A:link
{
    text-decoration: none;
    font-family: Calibri, Arial;
    font-size: 10pt;
    color: #762560;
    font-weight: 400;
}

A:visited
{
    text-decoration: none;
    font-family: Calibri, Arial;
    font-size: 10pt;
    color: #762560;
    font-weight: 400;
}

A:active
{
    text-decoration:none;
    font-family:Calibri, Arial;
    font-size:10pt;
    color:#000000;
    font-weight:400
}

A:hover
{
    text-decoration: none;
    font-family: Calibri, Arial;
    font-size: 10pt;
    color: #C96001;
    font-weight: 500;
}


H1
{
    font-family: Calibri, Arial;
    color: #762560;
    font-size: 18pt;
}
H2
{
    font-family: Calibri, Arial;
    color: #762560;
    font-size: 12pt;
}

H3
{
    font-family: Calibri, Arial;
    color: #762560;
    font-size: 10pt;
}

H5
{
    font-family: Calibri, Arial;
    color:#000000;
    font-size:8pt
}
H6
{
    font-family: Calibri, Arial;
    color:#000000;
    font-size:7pt
}
HR
{
    color: #762560;
    line-height: 1pt;
}
