/*  Stylesheet for vertical filmstrip thumbnail frame */

body {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}

table.strip {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../graphics/filmstrip-v_bg.gif);
}

table.strip img {
	border: none;
}

table.nav {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
}

P {
	text-align: left;
}

ul, li {
	font-size : 16px;
	font-style : italic;
	color : yellow;
}

br {
	clear: both;
}

a:link {
	font-size: 14px;
	font-weight : bold;
}

a:hover {
	font-size: 14px;
	font-weight : bold;
	text-decoration: overline;
	font-weight : bold;
}


a:visited {
	font-size: 14px;
	font-weight : bold;
}


