/* the sum of their parts style sheet */

	body {
	background-color: #40342f;
	background-image: url("images/tree.gif");
  	background-repeat: no-repeat;
	}	

	p {
	font-family: Georgia, Garamond, "Palatino Linotype", "Times New Roman", serif;
	font-size: 15pt;
	color: #d7a988;
	text-align: justify; 
	word-spacing: 1.5px;
	padding-right: 20px;
	}

	p.tree {
	font-family: Georgia, Garamond, "Palatino Linotype", "Times New Roman", serif;
	font-size: 12pt;
	color: #d7a988;
	word-spacing: 2px;
	text-align: center;
	}

	p.cemeteries {
	font-family: Georgia, Garamond, "Palatino Linotype", "Times New Roman", serif;
	font-size: 12pt;
	color: #d7a988;
	word-spacing: 2px;
	}

	p.julia {
	font-family: Georgia, Garamond, "Palatino Linotype", "Times New Roman", serif;
	font-size: 20pt;
	color: #d7a988;
	word-spacing: 2px;
	text-align: center;
	}

     	a {
	color: #e2bfa3;
	text-decoration: none;
	font-weight: bold;
	}
	
   	a:hover {
	color: #ccc5c1;
	text-decoration: none;
	}

	#content {
	position: absolute;
	left: 143px;
	}


 
