
ul.email {
	position: relative;
	left: 0px;
	list-style-type: none;
}

li.parent {
	position: relative;
	left: 10px;
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
}

li.child {
	position: relative;
	left: 20px;
	list-style: none;
	font-style: italic;
	color: #8b8b8b;
	font-size: 1.4em;
}