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

body {
	background-color: Black;
	background-image: images/page_bk.gif;
	margin-top: 0;
	margin-left: 0;
	text-align: center;
	width: 750px;
	padding-left: 100px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #ffc700;
	text-decoration: underline;
}
a:visited {
	color: #ffc700;
	text-decoration: underline;
}

a:active {
	color: #ffc700;
	text-decoration: underline;
}

a:hover {
	color: blue;
	text-decoration: none;
}

table {
	font-weight: bold;
	color: #ffc700;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;

}

td {
	font-weight: bold;
	color: #ffc700;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.footer {
	color: #ffc700;
	font-size: 9;
}

td.film {
	border-top: thin solid gold;
	text-align: center;
	width: 75%;
	font-weight: bold;
	font-size: 18px;
}
td.comment {
	text-align: center;
}
td.poster {
	text-align: center;
	width: 25%;
	vertical-align: middle;
}
td.playing {
	width: 33%;
	height: 28px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
td.times {
	font-size: 14px;
	height: 28px;
	text-align: center;
	width: 66%;
	font-weight: bold;
}
td.sched {
	border-bottom: thin solid Gold;
	width: 75%;
	text-align: center;
}
.film {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.comment {
	text-align: center;
}
