body { 
	font-family: palatino, serif;
	hyphens: auto; 
	text-align: justify
}

h1 {
  font-size: 2.5em; /* 40px/16=2.5em */
}

h2 {
  font-size: 2em; /* 30px/16=1.875em */
}

h3 {
  font-size: 1.6em; /* 30px/16=1.875em */
}

h4 {
  font-size: 1.4em; /* 30px/16=1.875em */
}



p {
  font-size: 1.2em; /* 14px/16=0.875em */
}

blockquote {
	  font-size: 1.2em;
}
