 p {
	font-family: times, georgia, serif;
	text-align: justify;
}
}
 h2 {
	margin-top: 8pc;
  	font-family: times, georgia, serif;
  	font-size: 22pt;
  	font-weight: Bold;
  	font-variant: small-caps;
  	text-align: center;
}
 h3 {
  	font-family: times, georgia, serif;
  	font-size: 18pt;
  	font-variant: small-caps;
  	text-align: center;
}

h4 {
  	font-family: times, georgia, serif;
  	font-size: 12pt;
  	font-style: italic;
  	text-align: left;
}
 
blockquote  {
 	font-family: times, georgia, serif;
	margin-top: 1em;
	margin-bottom:1em;  
  	margin-left: 50px;
  	margin-right: 30px;
  	font-size: 11pt;
  	text-align: justify;
  	line-height:15px;
	text-indent: 0;
}
.img {
	width: 50%;
 }


table, th, td {
	border: 1px solid #000; 
	border-collapse: collapse;
	}
