/*
	Ancestry
	
	background-image: url("FamilyTreeImage.jpg"), url("brownbackground.jpg");
	background-color: #CCFFFF;
	background: url(Background21.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	border: 2px solid black;
	margin: 50px;
}

*/

body {
	background-image: url(images/paper-background.jpg);
	background-position: center center;

}
h1 {
	color: black;
	font-family: Comic Sans MS;
	text: bold;
	text-align: center;
}
h2 {
	color: red;
	font-family: Comic Sans MS;
	text: bold;
	text-align: center;
}
p {

}
div {text-align: center;}
a:link {
	color: black;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: green;
	background-color: transparent;
	text-decoration: none;
}