/* CSS Document */
/* For use with multimedia pages such as uproot and interviews */
table.interview {
	left: 20px;
	width: 500px;
	border: 1px solid #FFDEA9;
	text-align: left;
	margin-bottom: 20px;
}

td.interview {
	font-weight: bold;
	size: 16px;
	background: #C0C0C0;
}



