@import url("default.css");

div.person {
	margin-bottom: 30px;
}

div.person div.photo {
	float: left;
	margin: 5px 5px 10px;
width: 100px;
height: 120px;
}
div.person div.photo img {
width: 100px;
height: 120;
}

div.profile div.name {
	color: #fd68ce;
	font-size: medium;
}

div.profile div.school {
	margin-bottom: 10px;
	margin-top: 6px;
}

div.person div.voice {
	clear: both;
}

div.person div.qa {
	clear: both;
	margin-bottom: 20px;
}

div.person div.q {
	margin-bottom: 6px;
	background: url(./images/point.gif) no-repeat;
	padding-left: 18px;
	font-family: serif;
}

div.person div.a {
	text-indent: 1em;
	margin-left: 1em;
}

