h1, h2, h3
{
  display: block;
  color: #FF932D;
}

h1
{
  display: block;
  font-size: 20px;
  margin-bottom: 16px;
}

h2
{
  font-size: 14px;
}

h3
{
  font-size: 12px;
}


.obligatory
{
  color: #FC6200;
  font-weight: bold;
}

