@font-face {
    font-family: 'Goudy';
    src: url('font/goudybookletter1911-webfont.eot');
    src: url('font/goudybookletter1911-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/goudybookletter1911-webfont.woff') format('woff'),
         url('font/goudybookletter1911-webfont.ttf') format('truetype'),
         url('font/goudybookletter1911-webfont.svg#GoudyBookletter1911Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensansb';
    src: url('font/OpenSans-CondBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
	background-color: #34647F;
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.8px;
	color: #3C3C3C;
	line-height: 170%;
	text-align: justify;
}

	#corps {
		width: 600px;
		padding-top: 2em;
		margin: 0 auto;
	}
	
	h1 {
		margin: 0 auto;
		padding: 0;
		text-align: center;
		font-size: 2em;
		font-family: "opensansb";
		background-color: #34647F;
		font-style: bold;
		line-height: 1.2em;
		position: fixed;
		width: 100%;
		top: 0;
		text-shadow: 2px 2px 1px #000000;
		box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.3);
	}
		
		h1 a {
			color: #ffffff;
			text-decoration: none;
		}

		h1 a:hover, h1 a:focus {
			text-shadow: none;
			text-decoration: none;
		}
		
	h2 {
		font-family: "opensansb", serif;
		font-size: 1.2em;
		text-align: center;
		font-style: italic;
		color: #ebebeb;
	}

	h3 {
		font-size: 1em;
		text-align: right;
		font-style: italic;
	}
	
	ul {
		list-style-type: none;
	}
	
		ul li::before {
			content: "\200B";
		}
		
	a {
		color: #34647F;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:hover {
		text-decoration: underline;
	}
		
	blockquote {
		font-family: "Goudy", serif;
		margin: 0 auto;
		font-size: 1.1em;
		line-height: 1.5em;
		border: solid 1px #aeaeae;
		padding: 30px;
		padding-top: 0;
		margin-bottom: 1em;
		background-color: #fefefe;
		box-shadow: 10px 10px 5px 2px rgba(0, 0, 0, 0.3);
	}	




.italic {
	font-style: italic;
}