/* CSS Document */

ul#groupList, 
ul#authorList {
	list-style-type:	none;
}
ul#groupList li,
ul#authorList li {
	display:			block;
	width:				80px;
	float:				left;
	text-align:			center;
}

h4#author {
	margin-top:			15px;
	background-color:	#eee;
	border-bottom:		1px dashed #666;
	padding-top:		2px;
	padding-left:		5px;
}

p#authorText {
	margin-top:			20px;
	line-height:		1.5;
	font-size:			70%;
}
