 body{
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   text-decoration: none;
 }
a
{
   text-decoration: none;
   color: #2F617F;
}

a:link
{
   text-decoration: underline;
   color: #464451;
}

a:visited
{
   text-decoration: underline;
   color: #464451;
}

a:hover
{
   text-decoration: underline;
   color: #3E81A8;
}

    h1, h2, h3 {
       text-transform: uppercase;
        line-height: 25px;
        color: #676765;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }


h4
{
   color: #3D5266;
   font-size: 15px;
}


h5
{
   color: #3D5266;
   font-size: 14px;
}


h6
{
   color: #3D5266;
   font-size: 13px;
}


.small {
  font-size: 10px;
}


.white{
        color: #FFF;

}
.upper{
        text-transform: uppercase;
}
