@charset "utf-8";
/* CSS Document */


	h3 {
		text-align: center;
	}
	
	hr {
		border: 1px solid #962803;
	}
	
	p {
		color: gray;
		font: 20px "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		text-align: center;
	}
	
	p:nth-child(4) {
		font-size: 24px;
		
	}
	
	p:nth-child(7) {
		font-size: 16px;
		margin-bottom: 60px;
	}

