body {
  margin-left: 5%;
  margin-right: 5%;
  color: black;
  background: #FFFFFF;
}

:link { color: #CC0988; }
:visited { color: #800040; }
:active { color: #CC9933; }
:hover { color: #640AA0; }

P  {
  text-align : justify;
}
	
H2  {
  font-family : Arial, Helvetica, sans-serif;
  color : #800040;
  text-align : left;
  font-weight : bold;
}

H3  {
  font-family : Arial, Helvetica, sans-serif;
  color : black;
  text-align : left;
  font-weight : bold;
}

H4, p.first  {
  font-family : Arial, Helvetica, sans-serif;
  color : #800040;
  text-align : justify;
  font-weight : bold;
}

