#colorBar {
	background: #335882;
}
#lightColorBar {
	background: #CBD4DF;
}
#filmData #cast {
	color: #335882;
}

/*    problematic with A HREF around an image.  not needed anyway, for now...
a:link {
	color: #023064;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #023064;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background: #355983;
}
a:visited:hover {
	color: #fff;
	text-decoration: none;
	background: #355983;
}
*/