@charset "UTF-8";
/* CSS Document */
body {
		color: #222222;
		background-color: #FFFFFF;
		font-family: "new-spirit", serif;
  		font-style: normal;	
		font-size: 2em;
		line-height: 1.45em;
	}
	
	h1 {
		font-weight: 600;
		line-height: 0.9em;
		font-style: italic;
		margin: 30px 0 30px 0;
	}
	
h2 {
	margin: 30px 0 10px 0;
}
	div {
		padding: 10px 40px;
		margin: auto;
		max-width: 15.7em;
}
	p {
		max-width: 15.7em;
	}
	.quote-source {	
		margin-left: 5em;
	}
	
	a:link {
		color: #276D72;
		text-decoration: none;
		
	}
	a:hover {
		color: #008D97;
		text-decoration: underline;
	}
a:visited {
		color: #263A73;
		text-decoration: none;
		
	}
	ul {
		list-style-type: none;
  		margin: 0;
  		padding: 0;
	}
	
	 @media only screen and (min-width: 960px){
		 	div {margin: auto;
  			width: 40%;
		}
	}
