
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.generation_details {
	 display : none; 
}

.titlePage {
	text-align: center;
}


.titlePage h1 {
	font-size: 24px;
	text-align: center;
}

.titlePage h2 {
	text-align: center;
	background-color: White;
	color: Black;
	font-size: 14px;
	text-align: center;
}

.titlePage a {
	font-size: 28px;
	text-align: center;
}

.titlePage a:hover {
	
}

#title {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background-color: White;
	padding: 10px;
	color: Black;
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}

#descendant {
	position: absolute;
	top: 100px;
	left: 50px;
	border: 2px solid #ccc;
	padding: 10px;
	width: 85%;
}

h1 {
	
}

h2 {
	background-color: #FF9006;
	color: White;
}

h3 {
	background-color: #EBF0C6;
	margin: 35px 0 8px 0;
	padding: 4px;
}

ul {
	
	width: 600px;
}


li {
	padding: 8px;
	list-style: none;
	/*list-style-position: inside;*/
	line-height: 20px;
}


a {
	padding: 5px;
	background-color: #FFE4C4;
	font-size: 10px;
	color: Black;
}

a:hover {
	background-color: #FF9006;
	color: White;
}
