html {
	margin: 0 0 0 1em;
}
body {
	background: "#FFFFFF";
	color: black;
	font-family: "Gill Alternate One Monotype", "Gill Sans", sans-serif;
	
	text-indent: 0;
	margin: 1em 2em 1em 5%;
	line-height: 1.3;
}


p {
	margin: 0;

}

h1 {
	text-align: center;
	font-size: 125%;
	font-weight: 600;
}


h2 {
	font-size: 110%;
	font-weight: 600;
	text-transform: uppercase;
}

h3, h4, h5 {
	font-size: larger;
	font-weight: 600;
}

B {
font-size: 90%;
font-weight: 700;
}

blockquote.email {
	font-family: "Courier", monospace;
}

.top_blurb {
color: navy;
	font-family: "comic sans ms", "Gill Sans", sans-serif;
	text-align: justify;
	text-indent: 0;
	margin: 1em 2em 1em 10%;
	line-height: 1;
	font-size: 75%;
	font-weight: 600;
	}
	
	.blurb {
color: navy;
	font-family: "comic sans ms", "Gill Sans", sans-serif;
	text-align: center;
	text-indent: 0;
	margin: 1em 2em 1em 10%;
	line-height: 1;
	font-size: 75%;
	font-weight: 600;
	}
	
.main_part {
text-align: justify;
	text-indent: 0;
	margin: 1em 2em 1em 5%;
	line-height: 1;
}
	
.email {
text-align: justify;
	text-indent: 0;
	margin: 1em 2em 1em 10%;
	line-height: 1;
	font-size: 75%;
	font-weight: 600;
}

.copyright {
text-align: justify;
	text-indent: 0;
margin: 1em 2em 1em 10%;
	line-height: 1;
	font-size: 75%;
	font-weight: 600;
}