BODY {
	color: Black;
	background-color: #FFFAFA;
	font-family: serif;
	font-size: small;
}
P {
	font-size: 12px;
	font-style: normal;
	font-family: "Book Antiqua", serif;
}

h1, h2, h3, h4 {
	   padding:0px;
		text-align: left;
}
h1 {
	margin:.5em 0em .2em 0em;
	font-weight: 800;
	text-indent: 0;
}

h2 {
	margin: 0em 0em -.2em 0em;
	font-weight: 600;
}

td, th
{	/* remove default vertical centering feature of tables.  */
	vertical-align: top;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 4em;
	margin-right: 4em;
}

.button {
	background-color: Maroon;
	color: #FFF8DC;
	font: "Book Antiqua", serif;
	font-size: normal;
}

a.email {
	background-color: #FFF8DC;
	color: Maroon;
	font: serif;
}



A {
	text-decoration: none;
	font-family: "Book Antiqua,serif";
	color: #FFFAF0;
	background-color: Maroon;
}

A:HOVER {
	text-decoration: underline;
	font-family: "Book Antiqua,serif";
	color: #FFFAF0;
	background-color: #DB7093;
}