body {
  background-color : #FFFFFF;
  font-family: Arial sans-serif;
  font-size: 1em;
  text-align: justify;
  text-justify: inter-word;
}
p.header {
	font-size:1em;
	color:#0032B0;
	font-weight: bold;
}

font.question {
	font-size:1em;
	color:#2657D5;
}
font.answer {
	font-size:1em;
	color:#FF005D;
}

h2 {
  color:#0032B0;
  font-size: 2em;
  margin: auto;
  text-align: center;
}

strong{
	color:#2657D5;
}

div {
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 50px;
}