*
{
  margin: 0;
}

html
{
  background-color: #EBEBEB;
  font-family: "lato", "helvetica neue", arial, helvetica, sans-serif;
  color: #2F2F2F;
}

body
{
  font-size: normal;
}

h1
{
  margin: 10px 10px;
}

h2
{
  margin: 15px 0 5px 20px;
}

h3
{
  margin: 20px 0 5px 20px;
}

h4
{
  margin: 15px 0 5px 20px;
}

h5
{
  margin: 15px 0 5px 20px;
}

div
{
  background-color: #fff;
  padding: 20px;
  margin: 20px;
}

a
{
  text-decoration: none;
  color: #226FA3;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}

ul
{
  list-style: none;
  line-height: 25px;
}

ul li:before
{
  content: "-";
  position: relative;
    left: -5px;
}

ul li
{
  text-indent: -5px;
}

p
{
  padding: 5px;
  margin: 5px 15px;
  text-indent: 15px;
}

figure
{
  margin-left: 20px;
  width: 50%;
}

figure img
{
  width: 100%;
}

figcaption strong
{
  margin-right: 10px;
}