
#interviews {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #810101;
}
#interviews a:link, #interviews a:visited, #interviews a:hover, #interviews a:active {
	color: #810101;
	font-weight: bold;
}
#interviews li {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0.5em 0 0.5em 0;
}
#interviews li.odd {
	background: #FABF78;
}
#interviews li.even {
	background: #FCDCB6;
}
#interviews li div.pic {
	float: left;
	width: 300px;
	padding: 4px;
	text-align: center;
}
#interviews li div.pic img {
	border: none;
}
#interviews li div.pic p {
	margin: 0;
}
#interviews li div.pretext {
	margin-left: 310px;
	margin-right: 0.5em;
}
