p, ul, ol, table
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  text-decoration: none;
}

p
{
    text-align: justify;
}

p.abstract
{
    margin: 0 60px 0 60px;
}

a
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #2F3A3F;
}

a:link
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #2F3A3F;
}

a:visited
{
  color: #454B4D;
}

a.hover
{
  text-decoration: none;
  color: #AD6D3B;
}

h1
{
   color: #34383A;
margin: 19px 0;    
text-align: center;
}


h2
{
   color: #34383A;
margin: 19px 0;
   font-weight: normal;
   font-size: 26px;    
}


h3
{
   color: #454B4D;
margin: 22px 0;
   font-size: 24px;
text-align: center;    
}

h4
{
   color: #151718;
margin: 22px 0;
   font-size: 20px;    
text-align: center;
}

h5
{
   color: #151718;
margin: 27px 0;
   font-size: 18px;    
}


h6
{
   color: #232627;
margin: 32px 0;
   font-size: 15px;
text-align: center;    
}


ol
{
  list-style-position: inside;
}

