body
{
  background-color: #f7f4e8;
  color: #000000;
  font-family: Helvetica, Tahoma;
  font-size: 14px;

  margin: 0px;
}


h1
{
  margin-top: 0px;
  font-size: 33px;
  color: #8fa6cc;
}


h2
{
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #667bb4;
}


h3, h4
{
  font-size: 15px;
  margin-top: 25px;
  color: #667bb4;
}


p
{
  text-align: justify;
  margin: 0px;
}


a
{
  color: #667bb4;
  font-weight: bold;
}


a:hover
{
  text-decoration: none;
}