body {
	
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

table {
	background-color: #305E9A;
	border-width: 2px;
	border-style: solid;
	border-color: silver;
	padding: 1px;
	width: 615px;
	color: #000;
}

table a {
	font-size: small;
	color: #000;
}

td.movNameCell {
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	font-size: large;
	text-align: center;
	background-color: #FFF;
}

td.movTimesCell {
	border-width: 1px;
	border-style: solid;
	border-color: grey;
	font-size: medium;
	text-align: center;
	background-color: #FFF;
}

span.movRatingSpan {
	font-size: small;
}

span.movRatingRSpan {
	font-size: small;
	color: red;
}

span.movShowTimePast {
	font-size: xx-small;
	color: gray;
}

select.movDateSelect {
	text-align: right;
}
tr.curDateRow {
	color: white;
}

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; } 
a:hover { text-decoration: underline; }


