.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.movietitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	border: #00FF00;
	font-size: x-large;
}
.links1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	cursor: hand;
	filter: Glow(Color=1, Strength=5);
}
.eventDate {
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
.eventTitle {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
}
.bold {
	font-weight: bold;
}
#header {
	padding: 10px;
	background: #0000FF;
}
#content {
	float: left;
	padding: 5px
	width: 66%
	margin-right: 6%
}
#sidebar { 
	margin-left: 90%
}
#footer {
	clear: left;
	padding: 5px;
	background: #eee;
}
