
 p {
	font-family: Garamond, Times New Roman, Helvetica, sans-serif;
	
}
h5 {
	font-family: Garamond, Times New Roman, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A4A77;
}
h4 {
	font-family: Harrington, Times New Roman, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A4A77;

	}
h3 {
	font-family: Harrington, Times New Roman, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A4A77;
	}
h2 {
	font-family: Harrington, Times New Roman, Helvetica, sans-serif;
	color: #4A4A77;
	font-weight: bold;
	}
ol {
	font-family: Garamond, Times New Roman, Helvetica, sans-serif;
	}

ul {
	font-family: Garamond, Times New Roman, Helvetica, sans-serif;
	}
blockquote {
	font-family: Garamond, Times New Roman, Helvetica, sans-serif;
	}

/* Set the default link colors */

a:link {
	color: #556B2F;
	background-color: transparent;
	text-decoration: underline;
	

	}

a:visited {
	color: #84513;
	background-color: transparent;

	}

a:hover {
	color:#660000;
	background-color: #FFCCCC;
	text-decoration: underline;
	}

a:active {
	color: #FF3366;
	background-color: transparent;
	}
body {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#FFFFFF
}

