/*  Stylesheet for "data" and nav frames */

body {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	width: 800px;
	margin: auto;
}

table.strip {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../graphics/filmstrip_bg.gif);
}

h1,h2,h3,h4 {
	font-family : Matisse, "Comic Sans MS", Arial, Helvetica, sans-serif;
}

h1 {
	text-align : center;
	font-weight : bold;
	font-size : 30px;
}

h2 {
	text-align : center;
	font-size : 22px;
}

h3 {
	font-size : 20px;
}

h4 {
	font-size : 18px;
}

p {
	font-size : 16px;
	text-align : left;
}

ul, li {
	font-size : 16px;
	font-style : italic;
	color : yellow;
}

.footer {
	font-size : 14px;
	color: lime;
	text-align : center;
	font-style : italic;
	font-weight : bold;
}

.tos {
	font-family : Matisse, "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight : bold
}

a:hover {
	color : #6699ff;
	text-decoration: overline;
}

.copyright {
	font-size: 13px;
	text-align: right
}
