/*  interview.css  */


.name {
	color: #34BEED;
	font-weight: bold;
	}

.intvr {
	color: #2ba3cc;
	}

.movie_link {
	color: #646464;
	border-bottom: 1px dashed #34BEED;
	}
	
A:hover.movie_link {
	text-decoration: none;
	border-bottom: 1px solid #34BEED;
	}


DIV#interviewLink {
	width: 620px;
	margin: 5px auto 7px;
	text-align: right;
	}

DIV#interviewLink A:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}