body
 	{color: #000000;
	background-color: #FFFFFF;
	font-family: courier, serif;
	font-size: 12pt}

p
	{padding: 10px;
	margin: 10px;
	line-height: 1.2em;
	}

blockquote
	{font-family: sans-serif;
	color: orange;
	}
	
a:link
	{color: red;
	}

a:hover
	{color: green;
	}
	
a:visited
	{color: black;
	}

.navigation
	{margin: 5px;
	}
	
.navigation li
	{display: inline;
	list-style-type: none;
	}

.header
	{text-align: center;
	}
	
.content
	{
	}
	
.footer
	{text-align: center;
	}
	
.fineprint
	{font-size: 8pt;
	font-family: sans-serif;
	letter-spacing: 5px
	}
	
.filmstrip
	{overflow-x: scroll;
	overflow-y: hidden;
	height: 680px;
	}

.imageRow
	{width: 2500px;
	}

.imageRow li
	{float: left;
	display: block;
	padding: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.imageRow li:hover
	{opacity: 1.0;
	filter: alpha(opacity=100);
	}
