/*the style sheet for the main and submenus*/
body	{
	background-color: black;
	text-align: center;
	color: white;
	font-family: "sans serif";
	}
div	{
	text-align: center;
	width: 1250px;
	margin-left: 80px
	}

table {
	text-align:center;
	}	
h1, h1 a, h1 a:link, h1 a:visited, {
	font-size: 2em;
	display: inline;
	text-decoration: none;
	}
h2, h2 a, h2 a:link, h2 a:visited,  {
	text-align: center;
	color: white;
	font-family: "sans serif";
	font-size: 1.2em;
	text-decoration: none;
	}
a, a:link, a:visited {
	text-decoration:none;
	color: black;
	}
p	{
	font-size: 1em;
	text-align: left;
	color: white;
	}
p.centerbold {
	font-weight: bold;
	text-align: center;
	}
/*img	{
	border:1px;
	}
*/
.filmstrip {
	margin: 20px;
	display: inline;
	width: 1200px;
	}
/* links */

a, a:link, a:visited {
	text-decoration:none;
		}

a:hover, img a:hover, h2 a:hover, h1 a:hover {
	color: #800000;
	border-color: #800000;
	}

/* special classes */

.box1 {
	height: 50px;
	width: 30px;
	}
.box2 {
	height: 50px;
	width: 50px;
	}
.box3 {
	height: 20px;
	width: 20px;
	}
.box4 {
	height: 20px;
	width: 40px;
	}

