em
{
  font-weight: bold;
  font-style: normal;
}

.strong
{
  font-weight: bold;
  font-size: 16px;
}

.p
{
  position: relative;
  padding: 10px 0 10px 10px;
}
  .p img
  {
    width: 600px;
  }
 
  .p h2
  {
    font-size: 16px;
    font-weight: normal;
    color: white;
    margin-left: -10px;
    padding: 10px 0 10px 10px;
  }

  .p a
  {
    color: white;
  }
