/*   http://www.alamedatheatre.com/style/style.css   */

body {
	background-color: #a15e33;
	background-image: none;
	margin-top: 0;
	margin-left: 50;
	color: Black;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 50;
	font-size: 14px;
}
a:link {
	color: Blue;
	text-decoration: underline;
}

a:visited {color: Blue; text-decoration: underline; }

a:active {color: Blue; text-decoration: underline; }

a:hover {
	color: Green;
	text-decoration: none;
}
a.menu:link {
	color: White;
	text-decoration: none;
}

a.menu:visited {color: White; text-decoration: none; }

a.menu:active {color: White; text-decoration: none; }

a.menu:hover {
	color: Yellow;
	text-decoration: underline;
}

 /* THE NEXT LINE CONTROLS THE FONT SIZE FOR ALL PAGES */
table {
	border: 0px none;
	color: #393939;
}
table.marq {
	border: 3px dotted #FFA500;
	border-width: 3px;
}

td 		{
	FONT: 12px verdana, arial, sans-serif;
	font-weight: bold;
}
.footer {
	color: #5D5D5D;
	font-size: 9;
}

td.film {
	border-top: thin solid Silver;
	text-align: center;
	width: 75%;
	font-weight: bold;
	font-size: 14px;
}
td.comment {
	text-align: center;
	color: Blue;
	font-size: 10px;
}
td.poster {
	text-align: center;
	width: 25%;
	vertical-align: middle;
}
td.playing {
	width: 33%;
	height: 22px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
td.times {
	font-size: 12px;
	height: 22px;
	text-align: center;
	width: 66%;
}

td.bar {
	background-color: #B73B3B;
}
td.sched {
	border-bottom: thin solid Silver;
	width: 75%;
	text-align: center;
}
.film {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.comment {
	text-align: center;
	color: Blue;
	font-size: 10px;
}
