.center{ 
	text-align: center; 
}

.iframeStyle{
	text-align: center;
	background-color: black;
	background-position: center;
}

.marqueeStyle{
	
	background-color: black;
	border-width:2px;
	border-style:solid;
}

.marqueeReels{
	background-image: URL("../Images/film_reel.png");
}	

a:link {color: black;}
a:visited {color: black;}
a:active {color: black;}
a:hover {color: blue;}

.scheduleStyle{
	text-align: center; 
	background-color: black;
	color: white;
	font-weight: bold;
}

.scheduleCellStyle{
	background-color: silver;
	text-align: center; 
}

.fonts{
	font-family:Trebuchet MS ;font-size:4 pt;color:black;
}

