body {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-attachment: fixed;
	background-image: url(../cs/images/movieViewer.jpg);
	background-repeat: no-repeat;
	width: 329px;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 110%;
	margin: 10px;
	padding: 0px;
	color: #99FF00;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
ol {
	border: thin solid #99FF00;
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	padding: 10px;
	margin: 10px;
}



td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
