@font-face {
	font-family:"papyrus";
	src: url("http://www.paulandchristieandrews.com/PAPYRUS.TTF") ;
		}
body { background-color: green; }
h1 { 
	font-family: "papyrus";
	font-size: 36pt;
	color: red;
	text-align: center;
   }
p  {
	border: dotted white;
	font-family: "papyrus";
	font-size: 16pt;
	color: black;
   }
strong { font-family: "papyrus"; }
table {
	border: 5px;
	font-family: "papyrus";
	font-size: 14pt;
	color: black;
	}
ul {
	font-family: "papyrus";
	font-size: 16pt;
	color: black;
	}
blockquote {
	border: dotted white;
	font-family: "papyrus";
	font-size: 16pt;
	color: black;
	}
ul.navigation {
	font-family: "papyrus";
	font-size: 14pt;
	color: navy;
	}
div {
	width: 255pt;
	margin-left: 38%;
	text-align: left;
	}
a {
	font-family: "papyrus";
	font-size: 14pt;
	color: navy;
	}

	
	