body { font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 1.1em;
	color: #000000;
	background-color: #F1DBB9;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	}
	
h1 { color: #000000;
	background-color: transparent;
	font-variant: small-caps;
	font-size: 1.1em;
	font-style: italic;
	}
	
p { color: #000000;
	background-color: transparent;
	font-weight: bold;
	font-style: italic;
	}
	
p.first:first-letter { color: #000000;
	background-color: transparent;
	font-size: 200%;
	font-weight: bold;
	font-variant: small-caps;
	}
	
.copy { font-size: .6em;
	font-weight: bold;
	}
	
.highlight {color: #000000;
	background-color: #B69A6E;
	}	

hr { color: #81160E;
	width: 70%;
	}