@charset "utf-8";
/* CSS Document */
body {
	background: url(images/pagebg.jpg);
	font-family: "Microsoft YaHei", "Adobe Heiti Std R", "Microsoft Sans Serif";
	font-size: 16px;
	line-height:1.8;
	letter-spacing: 2px;
	text-align: justify;
}
nav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 61.5em;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
nav ul li {
	width: 7.5em;
	float: left;
}
nav ul li a {
	background-color: red;
	color: #FFFFFF;
	display: block;
	cursor: pointer;
	text-decoration: none;
	padding: 4px 4px;
}

/*Add a gray right border to all list items and left border to first-child*/
nav li {
	border-right: 2px solid #bbb;
}
nav li:first-child {
	border-left: 2px solid #bbb;
}
/*Change the link color to #ddd on hover*/
nav li a:hover {
	background-color: #ddd;
	color: #F00;
}
nav li a:active {
	background-color: #f1f1f1;
	color: #F00;
}

nav ul li a.active-page {
    background-color: #73AD21;
	color: #FFF;
}
.underline {
	border-bottom: 1px solid #696969;
}
/* set gap between text and underlining for genealogy, generationsname */
.generation {
	font-style: normal;
	font-weight: 600;
}
/* for historyA, historyB */
.indent {
	text-indent: 35px;
}






