BODY {
	background      : #FFFFCC;
	color           : #000000;
	background-image: url(images/tan.jpg);
	background-attachment : fixed;
}

A, A:link, A:active, A:visited {
    color           : blue;
    text-decoration : none;
    font-weight     : bold;
}

A:hover {
    color           : blue;
    text-decoration : underline;
    font-weight     : bold;

}

IMG {
    border          : 0px;
}

HR {
    width           : 90%;
    height          : 2px;
	text-align		: center;
	display			: block;
}

TABLE {
	width			: 100%;
}

.showdates {
	font-size		: x-large;
	font-weight		: bold;
	text-align		: center;
}

.showname {
	font-size		: x-large;
	font-weight		: bold;
	text-align		: center;
}

.showday {
	text-align		: right;
	font-size		: larger;
	font-weight		: bold;
	width			: 33%;
}

.showtime {
	text-align		: left;
	width			: 66%;
}

.textsmall {
	font-size		: smaller;
}

.textbig {
	font-size		: larger;
}
