html, body
{
  margin: 0;
  padding: 0;
  height: 100%;
}

h1
{
  position: absolute;
  left: -5000px;
  top: -5000px;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}
