@charset "utf-8";
/* CSS Document */

#member_text.ul {
	list-style-type: disc;
	padding-left: 0px;
	margin: 2px 20px 20px 12px;
}

#member_text.ul li {
	margin: 0px 0px 8px 0px;
}

#about_text ul {
	list-style-type: square;
	padding-left: 0px;
	margin: 2px 20px 20px 32px;
}

#about_text ul li {
	font-size: 70%;
	line-height: 160%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0px 0px 6px 0px;
}

ul ul { /* second level */
	margin-bottom: 0px;
}

ul.neuron li span {
	font-family: Trebuchet, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #40426B; /* grey-purp */
	font-weight: bold; 
	text-decoration: none; 
}


